Hi.Currently i'm trying to communicate with Hbase from .NET environment and the only option that i have is Thrift. I did small comparison (execution time) between Java and Thrift (adding 1000 rows with 1k data) and Java is 3.4 ms (average) vs. Thrift that is 44 ms average. It seems that Thrift option is not usable from performance aspect.
Now he question : some one tried to implement Hbase client side in C++ / .NET ? Is it feasible ? Best Regards.
