Re: SSD database benchmarks - Mailing list pgsql-performance

From Guido Neitzer
Subject Re: SSD database benchmarks
Date
Msg-id AC7BC19A-4DF3-4CC6-A0C9-7F0656BC8F53@event-s.net
Whole thread Raw
In response to SSD database benchmarks  (Greg Smith <gsmith@gregsmith.com>)
Responses Re: SSD database benchmarks
List pgsql-performance
On 29.04.2008, at 12:55, Greg Smith wrote:

> This is the best write-up I've seen yet on quantifying what SSDs are
> good and bad at in a database context:
>
> http://www.bigdbahead.com/?p=37

They totally missed "mainly write" applications which most of my
applications are. Reads in a OLTP setup are typically coming from a
cache (or, like in our case an index like Solr) while writes go
through ... So you might get some decent IO from the SSD when the
database just started up without caches filled, but as long as your
cache hit ratio is good, it doesn't matter anymore after a couple of
minutes.

Nevertheless it's an interesting development.

cug

--
http://www.event-s.net


pgsql-performance by date:

Previous
From: Greg Smith
Date:
Subject: SSD database benchmarks
Next
From: Greg Smith
Date:
Subject: Re: SSD database benchmarks