v.22.10New Feature

Added asynchronous_insert_log system table for enhanced introspection of asynchronous inserts

Added system table asynchronous_insert_log. It contains information about asynchronous inserts (including results of queries in fire-and-forget mode (with wait_for_async_insert=0)) for better introspection. #42040 (Anton Popov).
Added the system table asynchronous_insert_log to provide detailed information about asynchronous inserts in ClickHouse.

Why it matters

This feature allows users to introspect asynchronous inserts, including the results of fire-and-forget queries executed with wait_for_async_insert=0, helping to monitor and debug asynchronous insert operations.

How to use it

Users can query the system table asynchronous_insert_log directly to view logs and results of asynchronous insert queries. This enables inspection of the status and details of asynchronous inserts for improved monitoring.