Schemas (Postgres)
When no schema is specified, the Postgrespublic
schema is used for every query. A different schema can be specified as a prefix:
High Availability / Replicated Databases (Postgres)
When the source Postgres database is replicated, for example with Amazon RDS Multi-AZ deployments, specify a single connection with multiple host endpoints. Each host endpoint will be tried in sequence, with the first available primary connection being used. For this, each endpoint must point to the same physical database, with the same replication slots. This is the case when block-level replication is used between the databases, but not when streaming physical or logical replication is used. In those cases, replication slots are unique on each host, and all data would be re-synced in a fail-over event.Multiple Separate Database Connections (Planned)
This feature will be available in a future release. See this item on our roadmap.