You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atomic increments are a heavy operation in HBase and sometimes they don't need to be flushed in real time.
Offer a separate function that will batch together increments going to the same rows and cells. If they increment the cell c1 twice, I'll actually only send one request that increments by two.
The text was updated successfully, but these errors were encountered:
Atomic increments are a heavy operation in HBase and sometimes they don't need to be flushed in real time.
Offer a separate function that will batch together increments going to the same rows and cells. If they increment the cell c1 twice, I'll actually only send one request that increments by two.
The text was updated successfully, but these errors were encountered: