Skip to content

Commit

Permalink
Update async-inserts.md
Browse files Browse the repository at this point in the history
Minor correction
  • Loading branch information
lesandie authored Aug 7, 2023
1 parent 79c08cb commit 8bbc9ee
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
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In 22.x versions, it is not possible to relate `part_log/query_id` column with `

So in `asynchronous_inserts` table you can check the current batch that still has not been flushed. In the `asynchronous_insert_log` you can find a log of all the async inserts executed.

But in **ClickHouse 23.7.3** Flush queries for async inserts (the queries that do the final push of data) are now logged in the `system.query_log` where they appear as `query_kind = 'AsyncInsertFlush'`.
But in **ClickHouse 23.7** Flush queries for async inserts (the queries that do the final push of data) are now logged in the `system.query_log` where they appear as `query_kind = 'AsyncInsertFlush'`.
- **[Log async insert flush queries into to system.query_log and system.processes #51160](https://github.com/ClickHouse/ClickHouse/pull/51160)**

## Metrics
Expand Down

0 comments on commit 8bbc9ee

Please sign in to comment.