Re: How to track down inconsistent performance?

From: Ron Snyder <snyder(at)roguewave(dot)com>
To: 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to track down inconsistent performance?
Date: 2002-04-28 17:17:44
Message-ID: F888C30C3021D411B9DA00B0D0209BE8026E303A@cvo-exchange.cvo.roguewave.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> affect that). I would think that a seqscan would be faster for this.
> I would definitely think that the planner would think so --- are you
> forcing enable_seqscan off?

Forgot to answer this-- no, we're not forcing it off. Maybe we need to
force it to use a seqscan for this query?

> Since you're evidently running 7.2, I'd ask for EXPLAIN ANALYZE rather

We are still running 7.2 on this database-- we're in the middle of
acceptance testing for the 7.2.1 upgrade.

-ron

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-04-28 20:03:43 Re: JOINing subselects in FROM?
Previous Message Ron Snyder 2002-04-28 16:49:51 Re: How to track down inconsistent performance?