Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎找不到与我正在尝试做的事情相关的任何事情。是否可以按模式分隔 Postgres WAL 文件?
不,这是不可能的。在同一个集群/实例中,它不仅不能被模式分隔,也不能被数据库分隔。
要获得单独的 WAL 流,您必须使用 dblink 或外部数据包装器在不同的端口上运行不同的数据库实例。然后你会遇到提交的原子性问题。