问题
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,
- Is there any performance benchmark for Thrift on HBase?
- What is the most disadvantage compaire with java native api?
回答1:
I recommend these recent two blog posts on this topic:
- HBase + Thrift performance part 1
- 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