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

chore(embedded/store): improve index flush logic #2013

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

ostafen
Copy link
Collaborator

@ostafen ostafen commented Aug 19, 2024

- implement memory aware flushing;
- share node cache across multiple indexes;
- implement write stalling;
- avoid to allocate large buffers when store.maxValueSize is too large.

@coveralls
Copy link
Collaborator

coveralls commented Aug 19, 2024

Coverage Status

coverage: 89.5% (+0.005%) from 89.495%
when pulling 986deea on ostafen:index-shared-resources
into c0b6e01 on codenotary:master.

Razikus
Razikus previously approved these changes Aug 19, 2024
- implement memory aware flushing;
- share node cache across multiple indexes;
- implement write stalling;
- avoid to allocate large buffers when store.maxValueSize is too large.

Signed-off-by: Stefano Scafiti <stefano.scafiti96@gmail.com>
@ostafen ostafen merged commit 2a3d382 into codenotary:master Aug 27, 2024
17 checks passed
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

Successfully merging this pull request may close these issues.

3 participants