kkli08 / KvDB

Persistent key-value store database library.
https://kkli08.github.io/VeloxDB/
1 stars 0 forks source link

Handling Sequential Flooding #8

Open kkli08 opened 2 months ago

kkli08 commented 2 months ago

Handling Sequential Flooding. We encourage you to implement some logic in the buffer pool to safeguard against sequential flooding. If a range query is short, it likely makes sense to keep the constituent pages in the buffer pool. If the range is long, though, we may want to evict the constituent pages immediately or with higher priority.