Re: Performance query about large tables, lots of concurrent access

From: PFC <lists(at)peufeu(dot)com>
To: "Karl Wright" <kwright(at)metacarta(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance query about large tables, lots of concurrent access
Date: 2007-06-19 06:42:51
Message-ID: op.tt5oxpopcigqcu@apollo13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


> Question: Does anyone have any idea what bottleneck I am hitting? An
> index's performance should in theory scale as the log of the number of
> rows - what am I missing here?

These can help people on the list to help you :

- Your hardware config (CPU, RAM, disk) ?
- EXPLAIN ANALYZE from slow queries ?
- VACUUM and ANALYZE : yes ? how often ?
- VACUUM VERBOSE output

for huge bits of text with long line length, mail sucks, upload to a web
host or something.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message soni de 2007-06-19 07:42:58 Regarding Timezone
Previous Message John Meyer 2007-06-19 04:05:34 Re: [GENERAL] [PERFORM] [ADMIN] Postgres VS Oracle