Commit fd62b63
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 0e02a2d commit fd62b63
File tree
5 files changed
+469
-128
lines changed- packages/google-cloud-bigtable
- docs
- google/cloud/bigtable
- tests/unit
5 files changed
+469
-128
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments