-
Notifications
You must be signed in to change notification settings - Fork 468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search is very very slow on searching 4000 subnodes/nodes with text has been added #2019
Comments
I would try ripgrep as an external supplementary search tool. |
I improved the speed of searching/replacing with 'all matches' option, but I still need to decide something about the case where the all matches dialog is then populated by a huge number of results. |
I completed the implementation of multi pages support in the all matches dialog with a limit of 50 and I believe the result is pretty good so closing this ticket for now, I'll probably issue a new version 1.0.2 in the next few days |
The search is super fast now in 1.0.2 🚀 Thanks a lot, huge improvement 💯 |
Thanks for the feedback @LucasSchelkes-BA ;) |
Hi,
I have imported 4000 text files- each one of 250 kb which comes around 1GB of text content
Searching for a keyword in the entire node takes several minutes.
Is it possible to fetch up the first 10 or 100 results in less than a second and do some pagination if possible.
Thanks
The text was updated successfully, but these errors were encountered: