Skip to content

Commit

Permalink
Feat: Threaded MutationsBatcher (#722)
Browse files Browse the repository at this point in the history
- Batch mutations in a thread to allow concurrent batching
- Flush the batch every second
- Add flow control to control inflight requests

Co-authored-by: Mattie Fu <[email protected]>
  • Loading branch information
Mariatta and mutianf committed May 10, 2023
1 parent 171fea6 commit 7521a61
Show file tree
Hide file tree
Showing 5 changed files with 469 additions and 128 deletions.
6 changes: 6 additions & 0 deletions docs/batcher.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Mutations Batching
~~~~~~~~~~~~~~~~~~

.. automodule:: google.cloud.bigtable.batcher
:members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Using the API
row-data
row-filters
row-set
batcher


In the hierarchy of API concepts
Expand Down

0 comments on commit 7521a61

Please sign in to comment.