Shorter release cycle ? Ha!
Shorter release cycle ? Ha!
Posted Feb 7, 2008 23:45 UTC (Thu) by malefic (subscriber, #37306)In reply to: Shorter release cycle ? Ha! by khim
Parent article: PostgreSQL 8.4 development plan
Well, dump/restore database upgrade is basically the same kind of a trade-off that the kernel does when breaking the internal APIs and ABIs in every release. You can't possibly maintain the old on-disk format compatibility and innovate with the pace PostgreSQL does. For example, the 8.3 release brings major improvements to the on-disk format, the result of which is that databases are 10-20% smaller now. Moreover, the migration is actually a non-issue when executed properly. One possible solution is to use replication. Set up a parallel db server, enable it as a slave, wait till it syncs, flip it, and voila -- you're done.
