Replies: 1 comment
-
@0x366 ClickHouse async insert is a query setting. Driver You can execute async insert with clickhouse-go/examples/clickhouse_api/context.go Lines 56 to 58 in a9eb513 This should be updated in documentation. We will follow up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to async insert batch. Found an example of async insert with one row
And batch insert with batch.Send(), which I believe is sync insert
Is there a way to insert multiple rows async ?
Beta Was this translation helpful? Give feedback.
All reactions