Skip to content

Commit

Permalink
Update async-inserts.md
Browse files Browse the repository at this point in the history
minor changes to gh issues
  • Loading branch information
lesandie authored Aug 8, 2023
1 parent 06fbd4d commit 4d825a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/altinity-kb-queries-and-syntax/async-inserts.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Async INSERTs is a ClickHouse feature tha enables batching data automatically an
- **[#49160 Allow to flush asynchronous insert queue](https://github.com/ClickHouse/ClickHouse/pull/49160)**
- Fix crash when async inserts with deduplication are used for ReplicatedMergeTree tables using a nondefault merging algorithm
- **[Fix async insert with deduplication for ReplicatedMergeTree using merging algorithms #51676](https://github.com/ClickHouse/ClickHouse/pull/51676)**
- Async inserts dedup not working with log_comment setting:
- **[Async inserts don't work if people are using log_comment setting with different values](https://github.com/ClickHouse/ClickHouse/issues/48430)**
- Async inserts not working with log_comment setting:
- **[Async inserts dont work if people is using log_comment setting with different values](https://github.com/ClickHouse/ClickHouse/issues/48430)**
- Fix misbehaviour with async inserts
- **[Correctly disable async insert with deduplication when its not needed #50663](https://github.com/ClickHouse/ClickHouse/pull/50663)**

Expand Down

0 comments on commit 4d825a3

Please sign in to comment.