mirror of
https://github.com/org-roam/org-roam
synced 2025-08-15 13:23:32 -05:00
We use sqlite transactions to commit changes into the database, rather than storing all the data in a list before running one big insert. Hopefully this gives a noticeable perf boost. We also add `org-roam-db-gc-threshold`, which shaves time by deferring the garbage collection to the end.