Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

pre-fetch for scan #5

Open
qinzuoyan opened this issue Jun 28, 2018 · 2 comments
Open

pre-fetch for scan #5

qinzuoyan opened this issue Jun 28, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@qinzuoyan
Copy link
Member

No description provided.

@qinzuoyan qinzuoyan added the enhancement New feature or request label Jun 28, 2018
@neverchanje
Copy link

neverchanje commented Jun 28, 2018

We can first use rocksdb prefix extractor https://github.com/facebook/rocksdb/wiki/RocksDB-Bloom-Filter#prefix-vs-whole-key to improve scan performance, rather than implement a complex prefetch mechanism.

Rocksdb has a paper (http://cidrdb.org/cidr2017/papers/p82-dong-cidr17.pdf Section 4) talking about how to use prefix bloom filter to reduce read amplification.

If we need to improve scan, we can consider about this.

@qinzuoyan
Copy link
Member Author

sure, it's not emergency now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants