Update settings.md

This commit is contained in:
Denny Crane 2023-05-11 14:05:30 -03:00 committed by GitHub
parent 8997c6ef95
commit fcf1dd52bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1636,7 +1636,7 @@ For not replicated tables see [non_replicated_deduplication_window](merge-tree-s
### async_insert {#async-insert} ### async_insert {#async-insert}
Enables or disables asynchronous inserts. Note that deduplication isn't working for such inserts. Enables or disables asynchronous inserts. Note that deduplication is disabled by default, see [async_insert_deduplicate](#async-insert-deduplicate).
If enabled, the data is combined into batches before the insertion into tables, so it is possible to do small and frequent insertions into ClickHouse (up to 15000 queries per second) without buffer tables. If enabled, the data is combined into batches before the insertion into tables, so it is possible to do small and frequent insertions into ClickHouse (up to 15000 queries per second) without buffer tables.