# hbase-trie-index **Repository Path**: kunpengcompute/hbase-trie-index ## Basic Information - **Project Name**: hbase-trie-index - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-14 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hbase-trie-index #### 介绍 HBase索引优化特性使用Louds Tries Index代替原生LEAF Index索引,大大减少了LRU cache的使用,提升了内存使用效率,同时优化了索引流程。HBase原生索引没有进行数据压缩,占用内存较多,当索引大小超过缓存大小的时候,需要频繁从磁盘读取索引,效率低。Louds Tries Index索引优化在保证检索效率的同时,大大压缩了索引占用的空间,很大程度上避免了频繁的磁盘读写,最终实现提升读写性能。 #### 操作系统 openEuler 20.03 LTS SP1 #### 使用说明 用户指南链接: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/220RC1/bds/kunpenghbasereadlock_06_0002.html #### 参与贡献 如果您想为本仓库贡献代码,请向本仓库任意maintainer发送邮件 如果您找到产品中的任何Bug,欢迎您提出ISSUE