Rob Schall <[EMAIL PROTECTED]> writes: > I have to queries. One runs in about 2 seconds. The other takes upwards > of 2 minutes. I have a temp table that is created with 2 columns. This > table is joined with the larger database of call detail records. > However, these 2 queries are handled very differently.
This is not a bug. You might have better results if you ANALYZE the temp table before trying to join it with the bigger table. Otherwise, post EXPLAIN ANALYZE (not just EXPLAIN) results in pgsql-performance, and perhaps someone can help you. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly