You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/developer/mutations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,4 +104,4 @@ DELETE FROM hits WHERE Title LIKE '%hello%';
104
104
105
105
A few notes about lightweight deletes:
106
106
- This feature is only available for the `MergeTree` table engine family.
107
-
- Lightweight deletes are asynchronous by default. Set`mutations_sync` equal to 1 to wait for one replica to process the statement, andset`mutations_sync` to 2 to wait for all replicas.
107
+
- Lightweight deletes are synchronous by default, waiting for all replicas to process the delete. The behavior is controlled by the [`lightweight_deletes_sync` setting](/operations/settings/settings#lightweight_deletes_sync).
0 commit comments