Re: sequence query performance issues

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: Peter Koczan <pjkoczan(at)gmail(dot)com>, pgsql-performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: sequence query performance issues
Date: 2007-09-28 14:16:19
Message-ID: 886.1190988979@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Richard Huxton <dev(at)archonet(dot)com> writes:
> Hmm - why is it doing that?

I'm betting that the OP's people.uid column is not an integer. Existing
PG releases can't use hashed subplans for cross-data-type comparisons
(8.3 will be a bit smarter).

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Radhika S 2007-09-28 14:28:03 Postgres 7.4.2 hanging when vacuum full is run
Previous Message Merlin Moncure 2007-09-28 13:17:51 Re: Tuning for warm standby