Group: pgsql.performance


Subject: sequence query performance issues
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 9/28/2007 10:16:19 AM
Richard Huxton <dev@archonet.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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend