"Jim C. Nasby" <[EMAIL PROTECTED]> writes: > On Tue, Jun 06, 2006 at 11:06:09AM -0400, Tom Lane wrote: >> I don't think that helps, as it just replaces one uncertainty by >> another: how far did the EXPLAIN really get towards completion of the >> plan? You still don't have any hard data.
> Does that really matter, though? The point is to find the node where the > estimate proved to be fantasy. No, the point is to find out what reality is. Just knowing that the estimates are wrong doesn't really get you anywhere (we pretty much knew that before we even started looking at the EXPLAIN, eh?). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match