Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Performance notes

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.

Clone this wiki locally