diff options
Diffstat (limited to '2020/info/18.md')
-rw-r--r-- | 2020/info/18.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/2020/info/18.md b/2020/info/18.md index a39a9467..2add0e77 100644 --- a/2020/info/18.md +++ b/2020/info/18.md @@ -55,7 +55,6 @@ Either on save, or on idle-timer. ## Did you ever think of opening up (or designing) the SQL DB as a general Org speedup-tool outside of org-roam so that other libraries that do execute complex queries are able to re-use the summarized data? FYI, see John Kitchin's work, he uses a SQLite database to index his Org files. <https://kitchingroup.cheme.cmu.edu/blog/2017/01/03/Find-stuff-in-org-mode-anywhere/> - - John's DB approach is great. However, we should not end up using several DB-index in parallel. ;-)+1 @@ -69,22 +68,10 @@ FYI, see John Kitchin's work, he uses a SQLite database to index his Org files. # Notes - - - "org-roam just wants to create backlinks" - - - org-mode has many many files (377 lines in dired… including .elc files) - - - If you want to create an index of all the org files using the native format, it would be very slow. So org-roam uses a sqlite database - - - ripgrep (written in Rust) is more capable than grep; used by some Zettelkasten - - - "Is there something we could do to import backlinks into org mode?" - - - "We've always tried to have an experimental ground where we can track backlinks" |