-
Notifications
You must be signed in to change notification settings - Fork 805
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
[bounty] speed up queries with min / max length #1240
Comments
|
/attempt #1208 Options |
💡 @bernardev254 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @bernardev254 has been awarded $100! 🎈🎊 |
/bounty 100
Here's a summary for the GitHub bounty:
Summary
Found performance optimization opportunity in screenpipe's SQLite database queries, specifically around text length filtering operations which currently lack proper indexing.
Current Issue
LENGTH()
function in WHERE clauses without index supportProposed Solution
Add dedicated columns and indexes for text length to optimize queries:
Tables Affected
Expected Outcome
Bounty Requirements
#tags: #performance #database #sqlite #optimization
The text was updated successfully, but these errors were encountered: