Hi! Airbyte supports Change Data Capture (CDC) for PostgreSQL databases using Debezium internally. It can handle incremental replication for tables with primary keys, and you can configure different replication methods for each table within the same database [source](https://airbyte.com/tutorials/postgres-replication). However, the extracts provided do not specifically mention the maximum database size that Airbyte can handle for CDC streaming. It's important to consider factors like disk space usage, sync frequency, and resource usage during CDC operations when working with large databases [source](https://docs.airbyte.com/integrations/sources/postgres#cdc-considerations). For more information on how Airbyte implements CDC, you can refer to the [Change Data Capture (CDC) documentation](https://docs.airbyte.com/understanding-airbyte/cdc/).