Re: Postgres & large tables on average machine

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Nicholay P(dot) Chuprynin" <kolyan(at)infoport(dot)uz>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Postgres & large tables on average machine
Date: 2002-03-29 18:42:49
Message-ID: Pine.LNX.4.30.0203291340450.685-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Nicholay P. Chuprynin writes:

> Resently I had to create and manage the (relatively) large table.
> In the mean time it's about 8 million rows, and surely will grow above
> this size.
> The problem is that queries takes absolutely not acceptable time.
> Database located on average Celeron 400 machine with 128 Mb of RAM and
> UDMA 33 capable IDE drive.
> I run PostgreSQL 7.1 on Debian Linux with 2.4.18 kernel.
> My question is what could be done in order to improve the performance?
> I mean, is that normal behavior for Postgres on such computer or I
> encounter a misconfiguration?

It is perfectly normal for queries to take an absolutely unacceptable
amount of time, but without providing any sort of detail about the
involved schema and data it's impossible to figure out if the performance
could be improved.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Nigel J. Andrews 2002-03-29 18:45:14 Re: Postgres & large tables on average machine
Previous Message Nicholay P. Chuprynin 2002-03-29 18:37:13 Postgres & large tables on average machine