-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
5 changed files
with
469 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Mutations Batching | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
.. automodule:: google.cloud.bigtable.batcher | ||
:members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ Using the API | |
row-data | ||
row-filters | ||
row-set | ||
batcher | ||
|
||
|
||
In the hierarchy of API concepts | ||
|
Oops, something went wrong.