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.
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.