Skip to content

Commit 8bbc9ee

Browse files
authored
Update async-inserts.md
Minor correction
1 parent 79c08cb commit 8bbc9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/altinity-kb-queries-and-syntax/async-inserts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In 22.x versions, it is not possible to relate `part_log/query_id` column with `
4444

4545
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.
4646

47-
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'`.
47+
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'`.
4848
- **[Log async insert flush queries into to system.query_log and system.processes #51160](https://github.com/ClickHouse/ClickHouse/pull/51160)**
4949

5050
## Metrics

0 commit comments

Comments
 (0)