Skip to content

It reconstructs the HFile leaf index to a prefix tree.

Notifications You must be signed in to change notification settings

chunie/hbase-trie-index

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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].

About

It reconstructs the HFile leaf index to a prefix tree.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%