Add batcher - #511
Open
MOZGIII wants to merge 1 commit into
Open
Conversation
MOZGIII
force-pushed
the
mzg/2026-07-24/bench-db-pool-cfg
branch
from
July 24, 2026 14:15
4ae7ac5 to
c1f6318
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batcher
branch
2 times, most recently
from
July 27, 2026 23:05
be85d04 to
ea7dd64
Compare
This was referenced Jul 28, 2026
MOZGIII
force-pushed
the
mzg/2026-07-24/bench-db-pool-cfg
branch
from
July 28, 2026 00:40
23787f1 to
6eeb395
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batcher
branch
3 times, most recently
from
July 30, 2026 11:41
fa245da to
ad34c76
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/bench-db-pool-cfg
branch
2 times, most recently
from
July 30, 2026 11:45
7b5b9f3 to
424e55c
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batcher
branch
2 times, most recently
from
July 30, 2026 12:11
2d7bff6 to
f461c55
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/bench-db-pool-cfg
branch
from
July 30, 2026 12:11
424e55c to
1ae5abb
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batcher
branch
from
July 30, 2026 12:21
f461c55 to
459f8db
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/bench-db-pool-cfg
branch
from
July 31, 2026 13:32
0b955ae to
fdfc684
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batcher
branch
3 times, most recently
from
July 31, 2026 14:42
e4bc188 to
70c13cc
Compare
MOZGIII
force-pushed
the
mzg/2026-07-24/batcher
branch
from
July 31, 2026 16:21
70c13cc to
c225dbe
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goes in after #510
This PR adds batcher - a buffering / flushing primitive to enable efficient batch operations at the cost of potential added latency.