Re: very large db performance question

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: very large db performance question
Дата
Msg-id 87u14q6b4c.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на very large db performance question  (LIANHE SHAO <lshao2@jhmi.edu>)
Список 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 по дате отправления:

Предыдущее
От: Roger Ging
Дата:
Сообщение: Re: Followup - expression (functional) index use in joins
Следующее
От: "Marc A. Leith"
Дата:
Сообщение: Re: cross table indexes or something?