Or maybe as another variant included in the benchmark? ``` diff -static int indexing_type = 0; +static int indexing_type = 1; ``` Also, rocksdb has a prefix-db variant (better random-read perf) that could be included.