You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Sorry for the late reply. In the current opts implementation you can pass any valid clickhouse option and it will be proxied to all the requests.
Consider adding &async_insert=1 to your dsn or add it in cfg.Params
This is new feature for CH. Allows to avoid using buffer tables
New asynchronous INSERT mode allows to accumulate inserted data and store it in a single batch in background.
https://clickhouse.com/docs/ru/operations/settings/settings/#async-insert - by default=0
The text was updated successfully, but these errors were encountered: