-
Notifications
You must be signed in to change notification settings - Fork 451
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
Keyword search performance and RemoteQuery community #5208
Comments
Could you please post a performance analysis of expensive queries? I prefer to keep Tribler code as simple as possible. |
Adding performance results here for keyword search: 8 seconds in some cases. In other cases it is a snappy fast sub-second result. Something is seemingly blocking in some corner cases. Or the database is simply 4.4 GByte big 👍
ToDo: investigate, conduct profiling , and add to performance dashboard of Tribler #4999. Not suggesting a fix..! If we know how much development time a likely fix costs, then we can make an informed decision. |
@kozlovsky solved most of DB performance problems! Thank, you Alexander! 👍 |
Currently, RemoteQuery Community does not cache any remote requests. Caching typical requests like queries for subscribed channels should help with database performance.
The text was updated successfully, but these errors were encountered: