Skip to content

Persist the index on disk #106

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

Open
compscidr opened this issue May 15, 2024 · 0 comments
Open

Persist the index on disk #106

compscidr opened this issue May 15, 2024 · 0 comments

Comments

@compscidr
Copy link
Owner

Currently the index is in memory only, so when the indexer is restarted, it must be built from scratch again.

It would be better to use an on disk index, and then use a lru ejection mechanism for the in-memory portion so that only hot items stay in memory and so we can configure the size of the in memory cache.

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