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

Feature: Support block-cache to avoid frequent IO requests. #2

Open
Little-Wallace opened this issue Mar 1, 2022 · 0 comments
Open

Comments

@Little-Wallace
Copy link
Collaborator

Feature Description

In order to complete the prototype of the database as quickly as possible, I did not design the cache before, which would cause all requests to directly access the disk data. I hope a rocksdb-like block-cache but if anyone else has a better opinion, I'll gladly accept it.

Module

  • add a new module cache.
  • table. Create the cache object in table_factory and send it to every TableReader.
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