From d6cca49ed09b904abc41271c9ba259ff3594db5a Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Thu, 18 Jan 2024 13:40:18 +0100 Subject: [PATCH] Remove outdated note on conditional operation write-repair consistency Conditional Put and Remove operations now feature proper handling of inconsistent replicas, with similar semantics to those of conditional Update operations. --- en/content/consistency.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/en/content/consistency.md b/en/content/consistency.md index 206aeee634..2e145647dd 100644 --- a/en/content/consistency.md +++ b/en/content/consistency.md @@ -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.