You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2026. It is now read-only.
Now, i use the PostgreSQL as backend to store my datas which is
ten million level.And some tests for me,finding that:
1.Get note by name:
cost about 5-6 seconds, it will be slower for me.2.List notes in one project:
cost about 70 million-seconds.So i want to know how to improve the search speed for the note or occurrence?
Thanks