ruihong123 / dLSM

dLSM: An LSM-Based Index for RDMA-Enabled Memory Disaggregation
BSD 3-Clause "New" or "Revised" License
28 stars 7 forks source link

How to adjust the fillrandom mode "Bulkload" and "Normal"? #1

Closed SSK015 closed 9 months ago

SSK015 commented 1 year ago

I have enabled your code on my servers connected by RDMA network. I want to know how to adjust the fillrandom mode "Bulkload" and "Normal"? I notice that you mention it in your paper and the repo's README.md.

SSK015 commented 1 year ago

Maybe this parameter? static const int kL0_StopWritesTrigger = 32; How can I switch to bulkload mode?

ruihong123 commented 1 year ago

Just set it as an extremely large parameter. E.g. 65535