importance of fast disks with pg

From: Thomas Finneid <tfinneid(at)student(dot)matnat(dot)uio(dot)no>
To: pgsql-performance(at)postgresql(dot)org
Subject: importance of fast disks with pg
Date: 2007-07-17 21:44:14
Message-ID: 469D382E.6030603@ifi.uio.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

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

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Dan Harris 2007-07-17 21:54:27 Re: importance of fast disks with pg
Previous Message Thomas Finneid 2007-07-17 21:27:07 Re: insert vs select into performance