https://mapr.com/blog/in-depth-look-hbase-architecture/
介绍了Mapr对HBase和HDFS的优化改造,通过放弃追加写来避免compaction、通过用C/C++重写避免JAVA的GC。其宣称性能可达到开源HBase的5倍。
文章中对HBase的分析也很到位,非常好的博客