Re: very large db performance question - Mailing list pgsql-performance

From Neil Conway
Subject Re: very large db performance question
Date
Msg-id 87u14q6b4c.fsf@mailbox.samurai.com
Whole thread Raw
In response to very large db performance question  (LIANHE SHAO <lshao2@jhmi.edu>)
List pgsql-performance
LIANHE SHAO <lshao2@jhmi.edu> writes:
> We will have a very large database to store microarray data (may
> exceed 80-100G some day). now we have 1G RAM, 2G Hz Pentium 4, 1
> CPU. and enough hard disk.

> Could anybody tell me that our hardware is an issue or not?

IMHO the size of the DB is less relevant than the query workload. For
example, if you're storying 100GB of data but only doing a single
index scan on it every 10 seconds, any modern machine with enough HD
space should be fine.

If you give us an idea of the # of queries you expect per second, the
approximate mix of reads and writes, and some idea of how complex the
queries are, we might be able to give you some better advice.

-Neil



pgsql-performance by date:

Previous
From: Roger Ging
Date:
Subject: Re: Followup - expression (functional) index use in joins
Next
From: "Marc A. Leith"
Date:
Subject: Re: cross table indexes or something?