From: Sumeet <asumeet(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject:
Date: 2006-08-29 16:44:28
Message-ID: 7539aebb0608290944r40556b5fl2b047e845e68bd6c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi All,

I'm having very strange problems with indexing, I have a large number of
partial indexes, when i try to run some queries sometimes the queries run
very fast and sometimes they are 100times slower than what i ran
before.....I tried running vacuum analyze couple of times and it dint help
me at all. Also i tried the explain analyze and what i found was the query
execution plan keeps on changes. Is there any better way to gain control
over these, I tried turning seqscan off, and messing with some other
parameters but dint really help. Also can somebody point me out to links
which explains more about query execution plans..i.e. each of parameters
like bitmap heap scan, index scan....etc...

--
Thanks,
Sumeet

Responses

  • Re: at 2006-08-29 17:40:58 from Andrew Sullivan

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Sullivan 2006-08-29 17:40:58 Re:
Previous Message Aaron Bono 2006-08-29 14:34:35 Re: Performance Problem with sub-select using array