Benchmark Testing

An Empirical Evaluation of Variable-length Record B+Trees on a Modern Graph Database System

B+Trees are widely used as persistent index implementations for databases. They are often implemented in a way that allows the index to be in main memory while the indexed data remains on disk. Over the years, multiple optimization techniques have …