Re: 7.3.2 vs 7.1.2

From: Eugene Fokin <elf(at)solvo(dot)ru>
To: Victor Yegorov <viktors(dot)jegorovs(at)nordlb(dot)lv>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: 7.3.2 vs 7.1.2
Date: 2003-05-20 15:33:48
Message-ID: 20030520153348.GA30541@solvo.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, May 20, 2003 at 05:07:13PM +0300, Victor Yegorov wrote:
>
> As you can see, in 7.2.1 index scan on loads (load_rcn_id_idx) takes 0.04..786.13,
> but in 7.3.2 - 0.07..4486.76.
>
> Also, note the difference in the:
>
> 7.2.1 "... rows=147281 width=4) ..."
> 7.3.2 "... rows=147281 width=181) ..."
>
> My guesses:
>
> 1. Check your index.
> 2. Do vacuum analyze again.
> 3. This part:
> (loads l JOIN (SELECT rcn_details.id, rcn_details.date_pour FROM rcn_details) r ON ((r.id = l.rcn_id)))
>

I've tried to simplify it, nothing happens -- the same effect !
The question is -- why it scans my indexes so long ?
I've created "clean" experiment: the same machine, the same dump.
And perform the same procedure for each DB (btw, now it's 7.2.4 vs 7.3.1 :-)):

1. Install DB.
2. Init DB.
3. Fix postgresql.conf
4. Load dump.
5. vacuum analyze.
6. query !

Difference is the same like 5 seconds vs 50 seconds...

--
Eugene Fokin
SOLVO Ltd. Company

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message scott.marlowe 2003-05-20 15:37:03 Re: postgres on a beowulf? (AMD)opteron?
Previous Message Tom Lane 2003-05-20 15:18:26 Re: nested select query failing