Postgres에서 CDC를 통해 데이터 미러링 기능을 소개합니다.
Snowflake는 외부 복제 도구 대신 Postgres 확장을 사용하여 변경 데이터 캡처(CDC) 기능을 추가했습니다. 이로 인해 데이터 변경 사항이 Apache Iceberg 테이블로 직접 전송되며, 이는 데이터 미러링의 한 형태입니다. 새로운 <code>snowflake_cdc</code> 확장은 스키마 변경, DML 및 DDL 트랜잭션을 지원합니다.
Snowflake introduces CDC functionality in Postgres for data mirroring.
Snowflake has transitioned the Change Data Capture (CDC) functionality from external replication tools to a Postgres extension. This allows changes to be sent directly to Apache Iceberg tables, representing a form of data mirroring. The new <code>snowflake_cdc</code> extension supports schema changes and DML/DDL transactions.