kkli08 / KvDB

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

[STEP 4] Performance Test for stage 3 #33

Open kkli08 opened 2 months ago

kkli08 commented 2 months ago

Experiment.

Measure insertion, get, and scan throughput for your implementation over time as the data size grows. Describe your experimental setup and make sure all relevant variables are controlled. Please fix the buffer pool size to 10 MB, the Bloom filters to use 5 bits per entry, and the memtable to 1 MB. Run this experiment as you insert 1 GB of data. Measure get and scan throughput at regular intervals as you insert this data. If you did any of the bonus tasks, please make sure to report how they are used in the experiment.