learnedsystems / SOSD

A Benchmark for Learned Indexes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output files (containing only RMI and RS)

niceIrene opened this issue · comments

Hi, I have generated the result files for the experiments. (execute.sh) My output only has results for the RMI and RS index methods. I am wondering if it is correct or I did something wrong in the other steps. Should we see the results for all index methods? Thanks!

Hi Irene, can you please try commenting out the PGM lines in benchmark.cc?

It works! Thank you. I have a follow-up question regarding using other datasets. Can we use the ones whose keys are not uint64 or uint32? I am trying to use the longitudes dataset whose keys are binary. It looks like we need to change some settings. Thanks!

Thanks!