v.25.8New Feature
PostgreSQL protocol now supports the COPY command
PostgreSQL protocol now supports the COPY command. #74344 (Konstantin Vedernikov).Why it matters
This feature enables users interacting with ClickHouse via the PostgreSQL protocol to efficiently bulk load data using the widely adoptedCOPY command, improving compatibility and ease of data ingestion workflows.How to use it
Users can utilize theCOPY command when connected to ClickHouse through its PostgreSQL protocol interface to perform bulk data imports or exports as they would with a standard PostgreSQL server.