cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu
MIT License
4.12k stars 1.81k forks source link

feat(p1): add bpm bench #501

Closed skyzh closed 1 year ago

skyzh commented 1 year ago

Signed-off-by: Alex Chi iskyzh@gmail.com

The bench will start 8 threads scanning the buffer pool and 8 threads doing index get with zipfian distribution.

skyzh commented 1 year ago

added a new AccessType interface on LRU-k and BPM.