1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
1
Hi,
Yes, data changes are replicated in almost real-time like other CDC solution: see. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.html
An Amazon RDS zero-ETL integration with Amazon Redshift enables near real-time analytics
and machine learning (ML) using Amazon Redshift on petabytes of transactional data from RDS.
It's a fully managed solution for making transactional data available in Amazon Redshift after it
is written to an RDS database. Extract, transform, and load (ETL) is the process of combining data
from multiple sources into a large, central data warehouse.
A zero-ETL integration makes the data in your RDS database available in Amazon Redshift in near real-time.
Best,
Didier
관련 콘텐츠
- 질문됨 5달 전
- AWS 공식업데이트됨 일 년 전
- AWS 공식업데이트됨 2년 전
how to check raw sync success or no?
Hi, you can monitor replication state and progress with https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/zero-etl.describingmonitoring.html#zero-etl.monitoring. You can fully automate this monitoring via the EventBridge events sent by the ETL. Thnaks for accepting my answer!