2 Answers
- Newest
- Most votes
- Most comments
0
Hello Amit, Briefly:
- Partitioned Tables: Firehose doesn't natively consolidate partitioned Postgres tables into a single Iceberg table. You'd need a custom ETL pipeline.
- Upserts/Deletions: Native support for CDC in Firehose is limited; external tools like Debezium with Apache Iceberg are required for seamless DDL and CDC handling.
0
I'd also love to know if support for Postgres partitioning is on the roadmap as well. It would be great if Firehose CDC can be used as the single ingestion tool from RDS to Iceberg, without having to build out other ingestion solutions to handle the partitioned table use case.
answered 8 months ago
Relevant content
- asked 8 months ago
- asked a year ago
- asked 8 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 8 months ago

Thanks Giovanni!