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
{{ message }}
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Oleg V. Kozlyuk edited this page Jun 2, 2020
·
4 revisions
Clickhouse.Client uses streaming when reading data (without using extra memory), and parallel batch processing when using BulkCopy.
It is strongly recommended to enable compression as uncompressed stream can easily saturate 1Gbit/s network. Starting from version 2.0, compression will be turned on by default.