Re: very large db performance question

From: "Eric Jain" <Eric(dot)Jain(at)isb-sib(dot)ch>
To: "pgsql-performance" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: very large db performance question
Date: 2004-02-17 10:36:35
Message-ID: 00bf01c3f541$ead47f60$c300000a@caliente
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> 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.

I agree that the workload is likely to be the main issue in most
situations. However, if your queries involve lots of counting and
aggregating, your databases contains several gigabytes of data, and you
are using common hardware, be prepared to wait anywhere from minutes to
hours, even if you are the only user.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Saleem Burhani Baloch 2004-02-17 10:39:09 Re: Slow response of PostgreSQL
Previous Message Tom Lane 2004-02-17 07:45:40 Re: Slow response of PostgreSQL