v.22.10New Feature
Added asynchronous_insert_log system table for enhanced introspection of asynchronous inserts
Added system tableasynchronous_insert_log. It contains information about asynchronous inserts (including results of queries in fire-and-forget mode (withwait_for_async_insert=0)) for better introspection. #42040 (Anton Popov).
Why it matters
This feature allows users to introspect asynchronous inserts, including the results of fire-and-forget queries executed withwait_for_async_insert=0, helping to monitor and debug asynchronous insert operations.How to use it
Users can query the system tableasynchronous_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.