Merge pull request #49791 from den-crane/patch-65

Update settings.md
This commit is contained in:
robot-clickhouse 2023-05-12 01:02:58 +02:00 committed by GitHub
commit 6f19a374f2
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}
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.