New
You can now build chained replication topologies across PostgreSQL, MySQL and Redis!
So that means setting up primary → replica → replica instead of fanning every replica off the
primary. Setting up a chain is two regular replication operations: enable
replication from the primary to the middle server, then enable replication from
that middle server to the leaf. The middle server plays both roles
simultaneously, and each downstream replica streams from its immediate
upstream rather than the root primary.
This takes pressure off busy primaries that today have to feed every replica directly, makes tiered read replicas across regions much easier to lay out, and unblocks topologies that previously needed every replica to compete for bandwidth on a single source. Cloud 66's replication orchestrator now drives each engine's native cascading capability end-to-end, across PostgreSQL, MySQL and Redis.
To read more about these check out the links below: