是否有可能拥有带有数据子集的 azure 灵活 postgresql 服务器的只读副本?
Is it possible to have a read replicas of azure flexible postgresql server with a subset of data?
是否可以将特定数据子集(特定架构、dbs')复制到 Azure postgres 灵活服务器的只读副本。谢谢布赖恩
来自Logical replication and logical decoding in Azure Database for PostgreSQL - Flexible Server
Limitations
Read replicas - Azure Database for PostgreSQL read replicas are not
currently supported with flexible servers.
目前这对于 Azure 是不可能的,所以我们最终使用 pglogical 复制在区域之间复制特定的数据库。
是否可以将特定数据子集(特定架构、dbs')复制到 Azure postgres 灵活服务器的只读副本。谢谢布赖恩
来自Logical replication and logical decoding in Azure Database for PostgreSQL - Flexible Server
Limitations
Read replicas - Azure Database for PostgreSQL read replicas are not currently supported with flexible servers.
目前这对于 Azure 是不可能的,所以我们最终使用 pglogical 复制在区域之间复制特定的数据库。