Skip to content
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

Implementation of indexes for faster search #1970

Open
kotasudhakar opened this issue Apr 28, 2024 · 0 comments
Open

Implementation of indexes for faster search #1970

kotasudhakar opened this issue Apr 28, 2024 · 0 comments

Comments

@kotasudhakar
Copy link

kotasudhakar commented Apr 28, 2024

I have come to know that dexie js doesn't have any indexes for the keys which makes searching or modifying data slow when the data is quite large.

Can we somehow implement the indexes like the indexedDB?

This is also mentioned in
https://rxdb.info/rx-storage-dexie.html

Maybe adding batchedcursor or custom indexes can help.

https://rxdb.info/slow-indexeddb.html#batched-cursor
https://rxdb.info/slow-indexeddb.html#custom-indexes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant