ELSEIF
Your brief EB
268 stories from 200 feeds 1254 clusters Refreshed 7 minutes ago next pull 16:40

DATABASES Signal 134

Introducing chdb Postgres extension: High-performance imports from cloud storage

The chdb Postgres extension uses an embedded ClickHouse engine to provide fast data imports and exports across various cloud storage platforms and data formats.

WHY IT MATTERS

The extension allows Postgres users to leverage ClickHouse's performance and broad format support directly within their database. It offers faster import speeds and broader format compatibility compared to existing extensions like pg_duckdb and pg_lake. This simplifies moving data between Postgres and cloud storage systems like S3, GCS, and Azure Blob Storage.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

The chdb extension uses an embedded ClickHouse engine to import and export data from cloud storage directly within Postgres.

02

Benchmarks show chdb imports data significantly faster than pg_duckdb and pg_lake, and supports a wider array of data formats than aws_s3.

03

Users can interact with the extension via a chdb_query() function or by hooking into the standard Postgres COPY command.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
ClickHouse Introducing chdb Postgres extension: High-performance imports from cloud storage Open ↗