v.21.6Performance Improvement
Disabled Default Compression for Localhost Interactions in ClickHouse
Disabled compression by default when interacting with localhost (with clickhouse-client or server to server with distributed queries) via native protocol. It may improve performance of some import/export operations. This closes #22234. #22237 (alexey-milovidov).