Skip to content

refactor(cuckoo-filter): move page cache ownership to chain - #3609

Draft
nagisa-kunhah wants to merge 1 commit into
apache:unstablefrom
nagisa-kunhah:rfc/page-cache-into-chain
Draft

refactor(cuckoo-filter): move page cache ownership to chain#3609
nagisa-kunhah wants to merge 1 commit into
apache:unstablefrom
nagisa-kunhah:rfc/page-cache-into-chain

Conversation

@nagisa-kunhah

@nagisa-kunhah nagisa-kunhah commented Sep 6, 2026

Copy link
Copy Markdown
Contributor
  • Move cuckoo filter page-cache ownership from individual subfilters to the chain operation.
  • Share cached pages across subfilters and commit dirty pages with metadata at the chain layer.
  • Add slot-level undo for failed kick-out attempts while preserving previously staged page mutations.

Testing

  • ./x.py check format
  • cmake --build build --target kvrocks -j2
  • cmake --build build --target unittest -j2
  • ./build/unittest --gtest_filter='*Cuckoo*'
  • ./build/unittest
    This pr is This PR was written using codex and GPT-5.6 sol

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.

1 participant