Re: DRBD and Postgres: how to improve the perfomance? - Mailing list pgsql-performance

From Tom Lane
Subject Re: DRBD and Postgres: how to improve the perfomance?
Date
Msg-id 24337.1189269577@sss.pgh.pa.us
Whole thread Raw
In response to Re: DRBD and Postgres: how to improve the perfomance?  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: DRBD and Postgres: how to improve the perfomance?
List pgsql-performance
"Joshua D. Drake" <jd@commandprompt.com> writes:
> Gregory Stark wrote:
>> "Simon Riggs" <simon@2ndquadrant.com> writes:
>>> You're right, but the distinction is a small one. What are the chances
>>> of losing two independent servers within a few milliseconds of each
>>> other?
>>
>> If they're on the same power bus?

> That chance is minuscule or at least should be.

It seems a bit silly to be doing replication to a slave server that has
any common point of failure with the master.

However, it seems like the point here is not so much "can you recover
your data" as what a commit means.  Do you want a commit reported to the
client to mean the data is safely down to disk in both places, or only
one?

            regards, tom lane

pgsql-performance by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: DRBD and Postgres: how to improve the perfomance?
Next
From: Gregory Stark
Date:
Subject: Re: DRBD and Postgres: how to improve the perfomance?