Re: Acclerating INSERT/UPDATE using UPS

From: "J(dot) Andrew Rogers" <jrogers(at)neopolitan(dot)com>
To: Christopher Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Acclerating INSERT/UPDATE using UPS
Date: 2007-02-11 06:14:42
Message-ID: 31DB3841-A0BC-4861-9D08-1A2D10F6C366@neopolitan.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Feb 10, 2007, at 9:33 PM, Christopher Browne wrote:
> The fundamental trouble with this mechanism is that a power outage can
> instantly turn a database into crud.
>
> One may try to mitigate that problem by supporting the memory device
> with multiple power supplies *and* multiple UPSes.

Ask me about the time a year ago that I had a 24x7 database, with two
power supplies connected to two UPSes on independent mains circuits,
dropped dead because one UPS was overloaded (more than one server
connected to it, apparently too much) and the other UPS was simply
dead (undetected zombie UPS), when a catastrophic power failure
killed both of the generator backed mains circuits.

I wasn't pleased, but it happened nonetheless. A UPS is not a 100%
guarantee of anything. They fail more often than they should. No
amount of paranoia guarantees uptime.

That said, I see plenty of use for loosening restrictions on
databases where the contents do not matter and a little loss is
acceptable.

Cheers,

J. Andrew Rogers
jrogers(at)neopolitan(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-02-11 06:23:52 Re: Acclerating INSERT/UPDATE using UPS
Previous Message Adam Rich 2007-02-11 06:05:42 Re: Priorities for users or queries?