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

Increase Retrival Performance #9

Open
MentalGear opened this issue Jun 23, 2023 · 0 comments
Open

Increase Retrival Performance #9

MentalGear opened this issue Jun 23, 2023 · 0 comments

Comments

@MentalGear
Copy link

Thank you for the awesome library!
Could you give me your opinion on this proposal.

  • Use in-memory for Performance
    I'd like to propose the option to use in-memory processing to further improve on performance.
    indexDB could still be used as the default, but when memory is used for processing, all data is at the beginning loaded into memory. Here's a graph showing the difference.

  • Export Data Serialization
    Also, it would make sense to have a serialization method to allow saving the data to other places instead of indexDB, like another user defined place (e.g. RxDB),
    https://rxdb.info/rx-storage-opfs.html

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