Skip to content

Commit 7521a61

Browse files
Mariattamutianf
andauthored
Feat: Threaded MutationsBatcher (#722)
- 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]>
1 parent 171fea6 commit 7521a61

File tree

5 files changed

+469
-128
lines changed

5 files changed

+469
-128
lines changed

docs/batcher.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Mutations Batching
2+
~~~~~~~~~~~~~~~~~~
3+
4+
.. automodule:: google.cloud.bigtable.batcher
5+
:members:
6+
:show-inheritance:

docs/usage.rst

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Using the API
1717
row-data
1818
row-filters
1919
row-set
20+
batcher
2021

2122

2223
In the hierarchy of API concepts

0 commit comments

Comments
 (0)