# Difficult to use at \>20,000 nodes?

**URL:** https://org-roam.discourse.group/t/difficult-to-use-at-20-000-nodes/3250
**Category:** Troubleshooting
**Created:** [October 12, 2023, 7:01am UTC](https://org-roam.discourse.group/t/difficult-to-use-at-20-000-nodes/3250 "2023-10-12T07:01:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![shortcut](https://yyz2.discourse-cdn.com/free1/user_avatar/org-roam.discourse.group/shortcut/32/1372_2.png) [@shortcut](https://org-roam.discourse.group/u/shortcut)
#### Post date: [October 12, 2023, 7:01am UTC](https://org-roam.discourse.group/t/difficult-to-use-at-20-000-nodes/3250/1 "2023-10-12T07:01:11Z")

</div>

Hello all,

I’ve just installed org roam (v2) for the first time yesterday. I’m using DOOM Emacs. Setting it up and using it is very easy, however most operations are incredibly slow.

- Org-roam adds at least 10-15 seconds to my startup time
- Browsing through my nodes using `org-roam-buffer-toggle` takes at least 10 seconds when moving the point to a new node (unless it doesn’t have any backlink information)
- Trying to `org-roam-node-find` or `org-roam-node-insert` each take about 20-30 seconds
- Syncing the database takes at least 10 seconds as well

`(length (org-roam-node-list)) -> 20536`, and I have probably a combined \<100 files in my org-roam directory (before installing it, I preferred to have general life-topics grouped inside a file).

As it stands, due to the length of time it takes to do these basic operations a combination of vertico, ripgrep, and the org-agenda have supplanted all of roam’s functionality except for backlinks themselves.

I’ve already maxed out the garbage collection interval as the manual recommends. Are there any other big performance improvements I’m missing, or is \>20,000 nodes just simply too many for org-roam to handle?

For fun, here is a photo of `org-roam-ui`’s rendering of my “knowledge base”.

 ![image](https://global.discourse-cdn.com/free1/uploads/orgroam/original/2X/a/a6b55e29ef2d8cf7cf6a312408d5cc4160757d4b.jpeg)

---

<div class="post-metadata">

### Author: ![JeffBrown](https://yyz2.discourse-cdn.com/free1/user_avatar/org-roam.discourse.group/jeffbrown/32/254_2.png) [@JeffBrown](https://org-roam.discourse.group/u/JeffBrown)
#### Post date: [October 16, 2023, 8:02pm UTC](https://org-roam.discourse.group/t/difficult-to-use-at-20-000-nodes/3250/2 "2023-10-16T20:02:12Z")

</div>

I have 2,000 nodes in my graph. The first and fourth bullet points you list might be the same for me. But the second and third operations are in my case roughly instantaneous.

---

<div class="post-metadata">

### Author: ![shortcut](https://yyz2.discourse-cdn.com/free1/user_avatar/org-roam.discourse.group/shortcut/32/1372_2.png) [@shortcut](https://org-roam.discourse.group/u/shortcut)
#### Post date: [October 23, 2023, 5:56pm UTC](https://org-roam.discourse.group/t/difficult-to-use-at-20-000-nodes/3250/3 "2023-10-23T17:56:17Z")

</div>

Thanks for the data point!
