Skip to content

Commit

Permalink
Updating HappyBase comment about Batch differences.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Sep 10, 2015
1 parent 56eb0e0 commit 24c8b1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gcloud_bigtable/happybase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@
Bigtable API can only send mutations for a single row (via ``MutateRow``,
``CheckAndMutateRow``, and ``ReadModifyWriteRow``) whereas HBase sends
all mutations at once. This requires a single request to be sent for each
mutated row in the batch. This should not noticeable since gRPC
uses HTTP/2.
mutated row in the batch. This should not be noticeable since gRPC
uses HTTP/2. However, some of the requests may fail part way through and
the process of applying all mutations cannot be rolled back.
"""

from gcloud_bigtable.happybase.batch import Batch
Expand Down

0 comments on commit 24c8b1a

Please sign in to comment.