Don't fetch old values in cross-partition transactional inserts #877
No reviewers
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#877
Loading…
Reference in a new issue
No description provided.
Delete branch "withings/garage:perf/kv/insert-no-return-cross-partition"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a follow-up on #873. I don't think old values need to be retrieved in cross-partition transactions either.
Also not sure this is used, but might as well unify the
IDb
andITx
traits.JKR
LGTM
I don't see unifying
IDb
andITx
as necessary at the moment, it would be quite an invasive change so maybe not worth the effort.