From: | Dan Harris <fbsd(at)drivefaster(dot)net> |
---|---|
To: | PostgreSQL Performance <pgsql-performance(at)postgresql(dot)org> |
Subject: | Re: importance of fast disks with pg |
Date: | 2007-07-17 21:54:27 |
Message-ID: | 469D3A93.8010701@drivefaster.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Thomas Finneid wrote:
> Hi
>
> During the somes I did I noticed that it does not necessarily seem to be
> true that one needs the fastest disks to have a pg system that is fast.
>
> It seems to me that its more important to:
> - choose the correct methods to use for the operation
> - tune the pg memory settings
> - tune/disable pg xlog/wal etc
>
> It also seems to me that fast disks are more important for db systems of
> the OLTP type applications with real concurrency of both readers and
> writes across many, possibly larger, tables etc.
>
> Are the above statements close to having any truth in them?
>
> regards
>
> thomas
I'd say that "it depends". We run an OLAP workload on 350+ gigs of database on
a system with 64GB of RAM. I can tell you for certain that fetching non-cached
data is very sensitive to disk throughput!
Different types of workloads will find different bottlenecks in the system..
-Dan
From | Date | Subject | |
---|---|---|---|
Next Message | Ron Mayer | 2007-07-17 22:29:32 | ionice to make vacuum friendier? |
Previous Message | Thomas Finneid | 2007-07-17 21:44:14 | importance of fast disks with pg |