From 21e470362afb0cc2fdce047419d51f0a2b8acf6b Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 11 Mar 2022 14:36:02 +0100 Subject: [PATCH] Auto saved by Logseq --- journal/2022_03_11.md | 1 + 1 file changed, 1 insertion(+) diff --git a/journal/2022_03_11.md b/journal/2022_03_11.md index 3d599bdea..d9b747240 100644 --- a/journal/2022_03_11.md +++ b/journal/2022_03_11.md @@ -14,6 +14,7 @@ - after thinking it through I'm not sure there's a big issue with continuing to parse the html we produce while rendering subnodes as a way to extract structure that can be used for pushing - the fact that this lets us have a single push implementation for all source formats that render similarly has a lot going for it? - all in all I will probably try to implement this soon (finally!) + - [[autopull plurals]] seems like low hanging fruit now that we have other autopulls enabled - I keep thinking about [[sqlite]] as an experiment to make the Agora faster. - the filesystem is very fast (fast enough) for the core Agora functionality of gathering all resources matching a name, but is too slow to handle deeper relationships between resources (linking, pulls, pushes) as we scale up. - storing relationships in sqlite seems like a reasonable experiment to run.