ClickHouse / clickhouse-cpp

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

doesn't support async_insert #383

Open zhenghaibing opened 2 months ago

zhenghaibing commented 2 months ago

Setting async_insert=1, but INSERT query will be executed synchronously (reason: insert query doesn't have inlined data)

https://github.com/ClickHouse/ClickHouse/issues/49308 https://clickhouse.com/docs/en/cloud/bestpractices/asynchronous-inserts

1261385937 commented 1 month ago

@zhenghaibing https://github.com/ClickHouse/clickhouse-cpp#asynchronous-inserts @Enmk Please close it