Re: IDE and write cache

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Lubratt <mark(dot)lubratt(at)indeq(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: IDE and write cache
Date: 2004-02-11 16:21:14
Message-ID: 21546.1076516474@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Mark Lubratt <mark(dot)lubratt(at)indeq(dot)com> writes:
> You mentioned that you'd see the problem during a large number of
> concurrent transactions. My question is, is this a necessary condition
> for the database crashing when the plug was pulled, or did you need use
> a large number of concurrent transactions to "guarantee" that when you
> pulled the plug, that it would be at an inopportune time? In other
> words, is an IDE drive still "more" susceptible to a power outage
> problem even under light load?

A heavy load makes it more likely that you'd see the problem, but only
because it improves the odds that there will be data "in flight" at the
instant the power drops. You can still lose on a lightly loaded system
if your luck is bad.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Ansley 2004-02-11 16:31:54 Unsubscribing from list
Previous Message scott.marlowe 2004-02-11 16:01:31 Re: constraints and performance