Appears on
Articles2
Understanding Postgres-to-ClickHouse Integration for Transactional Workloads and Analytics
The article discusses the integration of Postgres and ClickHouse for transactional workloads and analytics, focusing on Change Data Capture (CDC) as a common approach. It explores implementing Postgres CDC to ClickHouse using tools like PeerDB and provides best practices for data deduplication, custom ordering keys, optimizing JOINs, and denormalization.
News
Unraveling Software Bugs: The Postgres Replication Slot Conundrum
The article discusses the frustration of encountering elusive bugs in software development, using a specific case of a bug with logical replication slot creation on Postgres read replicas as an example.
Opinion
