| From: | Rui DeSousa <rui(at)crazybean(dot)net> |
|---|---|
| To: | Shreeyansh Dba <shreeyansh2014(at)gmail(dot)com> |
| Cc: | Pierre Ochsenbein <pierreochsenbein(at)gmail(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: |
| Date: | 2018-11-03 16:45:21 |
| Message-ID: | 654000BF-8F3C-4CB2-AB9D-93E9E3C85B23@crazybean.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
For an HA setup I would highly recommend using streaming replication with synchronous commits. There is no reason to risk losing a single committed transaction in a HA setup. As far as managing the system which I believe your question is more about; that is going to depend on your environment and there are numerous cluster solutions out there; personally I use a CARP based solution.
For DR it’s more customary to use asynchronous replication due to the high latency in most DR setups thus there is a risk of losing committed transactions.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Florian Weimer | 2018-11-03 19:06:24 | Re: postgresql95 package dependencies? |
| Previous Message | Peter Eisentraut | 2018-11-03 09:00:31 | Re: Can I add a column in catalog table as a superuser |