Re: Transaction Log

From: Steve Atkins <steve(at)blighty(dot)com>
To: PostgreSQL Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Transaction Log
Date: 2007-08-29 20:11:32
Message-ID: EBF21307-F5A8-414E-A598-C204B8FA04B4@blighty.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On Aug 29, 2007, at 12:54 PM, Mark Mielke wrote:

> mbguy2000-1(at)yahoo(dot)com wrote:
>> For best performance, the transaction log should be on a separate
>> disk.
>>
>> Does the writing of the log benefit from a battery backed
>> controller as well? If not, what do people think about writing
>> the transaction log to a flash card or the like?
> How popular are the battery backed RAM drives that exist today? I
> don't recall seeing them spoken about in this mailing list. The
> local geek shop has these devices on sale. Are they still too
> expensive?
>
> For those that don't know what I am talking about - they are PCI
> devices that present themselves as a hard drive, but are filled
> with commodity RAM instead of a magnetic platter, and a battery
> that lasts a few weeks without external power.

It think the general conclusion was "When they come out with an ECC
version, we'll look at them."

There are higher end ones that do have ECC RAM (and backup drives and
stuff) but they're spectacularly more expensive than the cheapo
consumer ones.

Cheers,
Steve

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Steinar H. Gunderson 2007-08-29 20:17:58 Re: Transaction Log
Previous Message Mark Mielke 2007-08-29 19:54:05 Re: Transaction Log