Don't fetch old values in cross-partition transactional inserts #877

Merged
lx merged 2 commits from withings/garage:perf/kv/insert-no-return-cross-partition into main 2024-09-14 15:57:27 +00:00
Contributor

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 and ITx traits.

JKR

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` and `ITx` traits. JKR
withings added 1 commit 2024-09-12 08:39:11 +00:00
Don't fetch old values in cross-partition transactional inserts
Some checks failed
ci/woodpecker/pr/debug Pipeline failed
51ced60366
withings added 1 commit 2024-09-12 08:51:54 +00:00
Tests: don't expect old value after transactional insert
All checks were successful
ci/woodpecker/pr/debug Pipeline was successful
bd71728874
Owner

LGTM

I don't see unifying IDb and ITx as necessary at the moment, it would be quite an invasive change so maybe not worth the effort.

LGTM I don't see unifying `IDb` and `ITx` as necessary at the moment, it would be quite an invasive change so maybe not worth the effort.
lx merged commit 6da1353541 into main 2024-09-14 15:57:27 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#877
No description provided.