Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 530 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 530 Bytes

DITB (Distributed ordered table Indexing Technique Benchmark)

Source code based on Apache HBase 1.2.1.

Integrated with CMIndex, IRIndex, CCIndex, LCIndex, MD-HBase and LMSIndex.

CMIndex, LCIndex and LMSIndex are manually implemented in this project. CCIndex and IRIndex are based on project IRIndex (https://github.com/wanhao/IRIndex). MD-HBase is based on project Tiny-MD-HBase project (https://github.com/shojinishimura/Tiny-MD-HBase/).

Data generation is based on project YCSB (https://github.com/brianfrankcooper/YCSB).