ClickHouse / clickhouse-cpp

C++ client library for ClickHouse
Apache License 2.0
305 stars 159 forks source link

enable async_insert by insert-query #389

Closed 1261385937 closed 2 months ago

1261385937 commented 2 months ago

Client insert interface need support the below statement: INSERT INTO YourTable SETTINGS async_insert=1, wait_for_async_insert=1 VALUES (...)