Which database has the best support for replication
I have a fairly good feel for what MySQL replication can do. I’m wondering what other databases support replication, and how they compare to MySQL and others? Some questions I would have are: Is replication built in, or an add-on/plugin? How does the replication work (high-level)? MySQL provides statement-based replication (and row-based replication in 5.1). … Read more