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

Fixing issues in key-value database #548

Merged
merged 16 commits into from
Sep 14, 2023
Merged

Conversation

rickb80
Copy link
Contributor

@rickb80 rickb80 commented Sep 12, 2023

Issues fixed:

  1. Managing misses in the KV database: Using ReadTree when the version to be readed could have been evacuated from the KV database.
  2. Adding zeros into the cache to avoid accesses to the database.
  3. Fixing the functionality of multi-write for the key-value table, the search must consider intervals.
  4. Ensuring that the DatabaseKVAssociativeCache is shyncronized with the kv database for the newest versions

@cla-bot cla-bot bot added the cla-signed label Sep 12, 2023
@rickb80 rickb80 requested a review from fractasy September 12, 2023 13:58
@rickb80 rickb80 merged commit 4fcffd3 into develop Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant