Skip to content

Commit

Permalink
Update docs/en/operations/settings/settings.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Roscigno <[email protected]>
  • Loading branch information
hanfei1991 and DanRoscigno authored Jan 20, 2023
1 parent e9c4cf4 commit badfbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/operations/settings/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ Possible values:
Default value: 1.

By default, async inserted into replicated tables by the `INSERT` statement enabling [async_isnert](#async-insert) are deduplicated (see [Data Replication](../../engines/table-engines/mergetree-family/replication.md)).
For the replicated tables by default the only 10000 of the most recent inserts for each partition are deduplicated (see [replicated_deduplication_window_for_async_inserts](merge-tree-settings.md/#replicated-deduplication-window-async-inserts), [replicated_deduplication_window_seconds_for_async_inserts](merge-tree-settings.md/#replicated-deduplication-window-seconds-async-inserts)).
For the replicated tables, by default, only 10000 of the most recent inserts for each partition are deduplicated (see [replicated_deduplication_window_for_async_inserts](merge-tree-settings.md/#replicated-deduplication-window-async-inserts), [replicated_deduplication_window_seconds_for_async_inserts](merge-tree-settings.md/#replicated-deduplication-window-seconds-async-inserts)).
We recommend to enable the [async_block_ids_cache](merge-tree-settings.md/#use-async-block-ids-cache) to increase the efficiency of deduplication.
This function does not work for non-replicated tables.

Expand Down

0 comments on commit badfbcb

Please sign in to comment.