VCNC / haeinsa

Haeinsa is linearly scalable multi-row, multi-table transaction library for HBase
Apache License 2.0
158 stars 42 forks source link

Batch support for transactions #53

Open dev-rkoshlyak opened 8 years ago

dev-rkoshlyak commented 8 years ago

I am currently using this library with 3000-5000 operations in transactions. 99% of operations is reads. In result, I need batch api in order to speed up execution. I am planning to create batch api for gets and update commit for checking gets in batch way as well. Any ideas why it will not work?

saadmufti commented 8 years ago

I implemented batch get in our own fork under aol/haeinsa since I don't see this main repo very active. Would be glad to contribute back here if there is interest. Take a look at aol/haeinsa branch aol_master

saadmufti commented 8 years ago

I haven't updated commit for batch gets but that is a decent idea as well