Home / Companies / Aiven / Blog / Post Details
Content Deep Dive

Introducing Aiven for PostgreSQL® change data capture

Blog post from Aiven

Post Details
Company
Date Published
Author
John Hammink, Francesco Tisiot, Auri Poso
Word Count
1,934
Company Posts That Month
8
Language
English
Hacker News Points
-
Post removed?
No
Summary

PostgreSQL captures changes in data through change data capture (CDC), a set of software design patterns that determine and track the data that has changed. It uses built-in functionality for this in the form of a write-ahead log (WAL) that records all the changes made to the database. CDC can be achieved via logical decoding, which refers to the process of decoding the contents of the WAL into an application-specific form such as SQL statements. Another approach is using a streaming platform like Apache Kafka with Debezium, an open-source software that captures data changes in PostgreSQL and streams them to applications or messaging systems. These methods allow for efficient tracking and processing of changed data while minimizing the impact on the source database's performance.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Real-time 8 1,155 290 91 +44%
Data Pipeline 1 210 60 27 -11%
Kubernetes 1 637 120 46 -45%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.