Re: org-id-locations as a large-scale database store?

2024-03-12 Thread Ihor Radchenko
Laurence von Bottorff writes: > Any docs on what org-id-locations is about, who/what uses it? It is an internal variable. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or su

Re: org-id-locations as a large-scale database store?

2024-03-12 Thread Laurence von Bottorff
Any docs on what org-id-locations is about, who/what uses it? On Tue, Mar 12, 2024 at 1:44 PM Ihor Radchenko wrote: > yeti writes: > > >> Does org-brain have anything to do with org-id-locations? > > > > I think so... > > > > E.g. org-brain.el 788-794: > > > > ---8<-

Re: org-id-locations as a large-scale database store?

2024-03-12 Thread Ihor Radchenko
yeti writes: >> Does org-brain have anything to do with org-id-locations? > > I think so... > > E.g. org-brain.el 788-794: > > ---8<--- > (defun org-brain-entry-from-id (id) > "Get entry from ID." > (unless org-id-locations (org-

Re: org-id-locations as a large-scale database store?

2024-03-12 Thread yeti
Ihor Radchenko writes: > yeti writes: > >> Laurence von Bottorff writes: >> >>> So again, is this org-brain approach DOA for anything big? >> >> I like it, but even my small pool of notes is slow with org-brain. >> >> ---8<--- >> ~

Re: org-id-locations as a large-scale database store?

2024-03-12 Thread Ihor Radchenko
yeti writes: > Laurence von Bottorff writes: > >> So again, is this org-brain approach DOA for anything big? > > I like it, but even my small pool of notes is slow with org-brain. > > ---8<--- > ~ $ hash-table-size $org-id-locations

Re: org-id-locations as a large-scale database store?

2024-03-12 Thread Rick Lupton
You might be interested in https://www.orgroam.com/ which is a broadly similar idea to org-brain but uses a SQLite database to track id locations and links.

Re: org-id-locations as a large-scale database store?

2024-03-12 Thread yeti
Laurence von Bottorff writes: > So again, is this org-brain approach DOA for anything big? I like it, but even my small pool of notes is slow with org-brain. ---8<--- ~ $ hash-table-size $org-id-locations 1322 -