Skip to content

Latest commit

 

History

History

hbase-tries-index

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

hbase-trie-index

Introduction

The trie index library is used to accelerate HBase Data Block selection. By using Succinct Data Structure instead of ArrayList, trie index costs less memory and performs more efficiently. The trie index library is based on the original APIs of Apache HBase 2.2.3.

Building And Packageing

(1) Build the project:

mvn clean package

Contribution Guidelines

Track the bugs and feature requests via GitHub [issues].

More Information

For further assistance, send an email to [email protected].