PostgreSQL 8.0.0 goes beta
Posted Aug 11, 2004 2:47 UTC (Wed) by
zone (guest, #3633)
In reply to:
PostgreSQL 8.0.0 goes beta by danpb
Parent article:
PostgreSQL 8.0.0 goes beta
Slony-I is not a production quality replication solution, and never will be.
It's a third-party trigger based solution. It does not have access to PostgreSQL's internal data structures and therefore has very limited decision making abilities compared to real replication systems. It cannot replicate schema changes, for example, because that is something Postgres doesn't expose (nor should it). It also uses standalone daemons which can die independently of the database, and separate configuration files that can get out of sync.
In order to be competitive, Postgres needs a built-in replication system capable of replicating everything Postgres is capable of using it's native transaction and point in time facilities rather than reinventing them outside of Postgres. Replication is still a gap that Postgres needs to fill, and I'm hoping for sooner rather than later.
(
Log in to post comments)