Skip to content

Commit 21e1888

Browse files
authored
Merge pull request #4743 from ClickHouse/mutations-inaccuracy
fixing inaccuracy by using the right setting
2 parents 50a74ed + 73bed8c commit 21e1888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/developer/mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ DELETE FROM hits WHERE Title LIKE '%hello%';
104104

105105
A few notes about lightweight deletes:
106106
- 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, and set `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

Comments
 (0)