Add 1PC optimization to delete/update.#4384
Conversation
|
LGTM Reviewed 4 of 4 files at r1. sql/bench_test.go, line 243 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: all files reviewed at latest revision, 1 unresolved discussion. sql/bench_test.go, line 243 [r1] (raw file): Comments from the review on Reviewable.io |
|
@tschottdorf Any thoughts about that vs Surprisingly, the separate |
|
I'm going to merge this and file an issue to track down what caused the |
…commit Add 1PC optimization to delete/update.
The changes in the Update10 and Update100 benchmarks are just noise as
they aren't able to take advantage of the optimization due to using an
explicit transaction. This does highlight that allowing users to specify
that they want the operations within a transaction to be batched could
give a significant speedup.
I need to figure out why Delete100 got slower. That result is
repeatable, but confusing.