-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Revisit Room for possible index creation. #330
Comments
See also: AppSearch: https://developer.android.com/guide/topics/search/appsearch (Android 12+). Squeezing performance from SQLite with Room: https://archive.is/mN83U Deep dive into Room persistence library: https://archive.is/XaOEy |
cov index for a potential soln is to use primary key (auto-incrementing ID) for sorting ( |
Indexes aren't free though, and there are more than one type, each suited to different kinds of query patterns and space complexity: https://archive.is/j1nTl
#282 (comment)_
The text was updated successfully, but these errors were encountered: