Database Mirroring / Postgres Streaming Replication

后端 未结 2 1540
无人共我
无人共我 2021-01-31 22:28

I am not a DBA; I\'m the primary developer of an enterprise database based application.

I\'m currently specing out some new machines to upgrade our existing enterprise

2条回答
  •  终归单人心
    2021-01-31 22:36

    The PostgreSQL 9 documentation gives a nice overview of the options available.

    http://www.postgresql.org/docs/9.0/static/different-replication-solutions.html

    You might want to look at Slony if you do not mind having to write to the master and not the slave, or if you want, check out any of the multi-master replication technologies available.

提交回复
热议问题