mirror of
https://github.com/org-roam/org-roam
synced 2025-09-28 16:50:58 -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.