Org-roam db rebuilds on every launch when managed by nvf #1048
Unanswered
bloodstiller
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I am having this issue where org-roam rebuilds the db every re-launch when using it under nvf. As I have a lot of notes this is causing startup time's of around 30+ seconds.
Just to be clear this issue is not present when running a standard lua config on my work MAC. Just my nix machine.
I have tried leaving it in it's default location under nvf in
~/.local/share/nvf/org-roam.nvim/dbbut the issue persist. Below I have I remapped to my home folder, but no DB appears. I have also tried setting it as the default location for org-roam as per their docs of~/.local/share/nvim/org-roam.nvim/dband the same issue appears.I have also tried moving the db location to
vim.luaConfigRC.extraPluginsat the bottom of my config and the same issue persists.Another strange thing, I did did run a search to see if I could find the db being written to a strange location but I cannot? Could it just be in memory and not being written to disk?
sudo find / -type f -name "db" 2>/dev/nullBeta Was this translation helpful? Give feedback.
All reactions