Replies: 1 comment
-
Converting to a discussion. Note that there's a lot to be said about performance and ways to improve it. See e.g. this thread: https://gramps.discourse.group/t/how-to-make-gramps-web-fast/6266 |
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 see queries like
SELECT handle, blob_data FROM note
when I open Notes for Source and other queries likeSELECT handle, blob_data FROM media
in other places(don't know which page trigger that), but it timeout on my tree with 28k+ Notes.Should some queries be more "smart" and delegate filter logic to DB?
Beta Was this translation helpful? Give feedback.
All reactions