Is there any performance benchmark for Thrift on HBase?

孤人 提交于 2019-12-04 23:49:22

问题


I have a system that may writing huge data to hbase. The system is written by c++ and found out that hbase have thrift interface for other languages.

My question is,

  1. Is there any performance benchmark for Thrift on HBase?
  2. What is the most disadvantage compaire with java native api?

回答1:


I recommend these recent two blog posts on this topic:

  1. HBase + Thrift performance part 1
  2. HBase + Thrift performance part 2

The two posts give detailed performance measurements of using Thrift with HBase.



来源:https://stackoverflow.com/questions/11025901/is-there-any-performance-benchmark-for-thrift-on-hbase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!