|
|
|
|
|
by evanelias
643 days ago
|
|
> Partitioning has been supported for quite a while My comment (which you're replying to) didn't mention partitioning at all. > Logical replication... My comment specifically said that logical replication of DDL statements is not supported out-of-the-box in FOSS Postgres, which is absolutely accurate. See the very first thing mentioned on https://www.postgresql.org/docs/current/logical-replication-... You can pay EnterpriseDB for a solution, among other vendors. That situation is far from ideal. > PostgreSQL has gained autovacuum support. That doesn't even remotely solve the inherent problems of Postgres's MVCC implementation. See https://www.cs.cmu.edu/~pavlo/blog/2023/04/the-part-of-postg... |
|