Re: Create and drop temp table in 8.3.4 - Mailing list pgsql-performance

From Scott Marlowe
Subject Re: Create and drop temp table in 8.3.4
Date
Msg-id dcc563d10811061405l76cb59adh58741b227fe9d8a6@mail.gmail.com
Whole thread Raw
In response to Re: Create and drop temp table in 8.3.4  ("Scott Carey" <scott@richrelevance.com>)
Responses Re: Create and drop temp table in 8.3.4
List pgsql-performance
On Thu, Nov 6, 2008 at 2:05 PM, Scott Carey <scott@richrelevance.com> wrote:
> To others that may stumble upon this thread:
> Note that Write Barriers can be very important for data integrity when power
> loss or hardware failure are a concern.  Only disable them if you know the
> consequences are mitigated by other factors (such as a BBU + db using the
> WAL log with sync writes), or if you accept the additional risk to data
> loss.  Also note that LVM prevents the possibility of using write barriers,
> and lowers data reliability as a result.   The consequences are application
> dependent and also highly file system dependent.

I am pretty sure that with no write barriers that even a BBU hardware
caching raid controller cannot guarantee your data.

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Create and drop temp table in 8.3.4
Next
From: Greg Smith
Date:
Subject: Re: lru_multiplier and backend page write-outs