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?
I recommend these recent two blog posts on this topic:
The two posts give detailed performance measurements of using Thrift with HBase.