Skip to content

Commit

Permalink
Update async-inserts.md (#63)
Browse files Browse the repository at this point in the history
Change mistake in account name
  • Loading branch information
ningauble committed Dec 7, 2023
1 parent d86bebf commit 16f792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/altinity-kb-queries-and-syntax/async-inserts.md
Expand Up @@ -28,7 +28,7 @@ Async INSERTs is a ClickHouse feature tha enables batching data automatically an
- Check:
- [#34267](https://github.com/ClickHouse/ClickHouse/pull/34267)
- [#54098](https://github.com/ClickHouse/ClickHouse/issues/54098).
- Also new feature opened by @alexey-milovidod to use async inserts with prepared blocks like a normal insert [#54381](https://github.com/ClickHouse/ClickHouse/issues/54381)
- Also new feature opened by @alexey-milovidov to use async inserts with prepared blocks like a normal insert [#54381](https://github.com/ClickHouse/ClickHouse/issues/54381)
* Async insert backpressure:
- **[#47623 Back pressure for asynchronous inserts](https://github.com/ClickHouse/ClickHouse/issues/47623)**
- In order to limit the deduplication overhead when using `async_insert_deduplicate`, clickhouse writes lots of keys to keeper, and it's easy to exceed the txn limitation. So the setting `async_insert_max_query_number` is added to limit the number of async inserts in a block. This will impact on the throughput of async inserts, so this setting should not considered when duplication is disabled: `async_insert_deduplicate = 0`
Expand Down

0 comments on commit 16f792a

Please sign in to comment.