v.22.3Improvement

Allow Asynchronous Inserts to Table Functions

Allow asynchronous inserts to table functions. Fixes #34864. #34866 (Anton Popov).
Introduces support for asynchronous inserts into table functions in ClickHouse.

Why it matters

This feature addresses the limitation where asynchronous inserts were not possible for table functions, enabling improved concurrency and performance for insert operations using table functions.

How to use it

Users can now perform asynchronous inserts into table functions without additional configuration. Just use the standard asynchronous insert commands targeting table functions as you would with regular tables.