(no title)
hlandau | 1 year ago
I wish the PostgreSQL community would stop chasing more frontend features and spend a concerted few years completely renovating their storage layer. The effort in each release seems massively and disproportionately skewed towards frontend improvements without the will to address these fundamental issues.
It's absurd that in 2024, "the world's most advanced open source database" doesn't have a method of doing upgrades between major versions that doesn't involve taking the database down.
Yes, logical replication exists, but it still doesn't do DDL, so it has big caveats attached.
jandrewrogers|1 year ago
In practice, the only way to change the fundamental architecture of a database is to write a new one, with everything that entails.
Negitivefrags|1 year ago
factormeta|1 year ago
paulryanrogers|1 year ago
For large instances this is a big ask, especially of a project without single person in charge. MySQL does have better replication, yet still often requires manually setting that up and cutting it over to do major version upgrades.
tristan957|1 year ago
[0]: https://pgpedia.info/z/zheap.html
quotemstr|1 year ago
anarazel|1 year ago
jeltz|1 year ago
RegnisGnaw|1 year ago