Re: Maximum Possible Insert Performance? - Mailing list pgsql-performance

From Greg Stark
Subject Re: Maximum Possible Insert Performance?
Date
Msg-id 87brr11c44.fsf@stark.dyndns.tv
Whole thread Raw
In response to Re: Maximum Possible Insert Performance?  (William Yu <wyu@talisys.com>)
Responses Re: Maximum Possible Insert Performance?  (Suchandra Thapa <ssthapa@netzero.com>)
List pgsql-performance
William Yu <wyu@talisys.com> writes:

> > You're right, though, mirroring a solid state drive is pretty pointless; if
> > power fails, both mirrors are dead.
>
> Actually no. Solid state memory is non-volatile. They retain data even without
> power.

Note that flash ram only has a finite number of write cycles before it fails.

On the other hand that might not be so bad for WAL which writes sequentially,
you can easily calculate how close you are to the maximum. For things like
heap storage or swap it's awful as you can get hot spots that get written to
thousands of times before the rest of the space is used.

--
greg

pgsql-performance by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Where to start for performance problem?
Next
From: Neil Conway
Date:
Subject: Re: Optimize