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
Hello dier support. I am working with Clickhouse on nodejs and using your driver.
As I can see, the stream transmits only one row per time. Transmit of 1,5 million of rows takes 25 sec.
It would be very good if Stream could receive a bulk of rows per time.
Could you tell me, maybe it is a clickhouse configuration problem, or bad driver?
The text was updated successfully, but these errors were encountered:
I have branch with proper streams support and bulk reads, but I haven't finished implementation. You can clone report, switch to the proper-streams and fix it, if you want.
Hello dier support. I am working with Clickhouse on nodejs and using your driver.
As I can see, the stream transmits only one row per time. Transmit of 1,5 million of rows takes 25 sec.
It would be very good if Stream could receive a bulk of rows per time.
Could you tell me, maybe it is a clickhouse configuration problem, or bad driver?
The text was updated successfully, but these errors were encountered: