Skip to content

Commit

Permalink
Remove outdated note on conditional operation write-repair consistency
Browse files Browse the repository at this point in the history
Conditional Put and Remove operations now feature proper handling
of inconsistent replicas, with similar semantics to those of
conditional Update operations.
  • Loading branch information
vekterli committed Jan 18, 2024
1 parent 87f30a5 commit d6cca49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions en/content/consistency.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ operation orderings.
Vespa has support for conditional writes for individual documents through
test-and-set operations. Multi-document transactions are not supported.

If possible, prefer using conditional updates with `create: true` instead
of conditional puts. This is because the write repair logic for conditional
updates is capable of handling data consistency edge cases.

After a successful response, changes to the search indexes are immediately
visible by default.

Expand Down

0 comments on commit d6cca49

Please sign in to comment.