Re: Question about difference in performance of 2 queries on large table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sean Shanny <shannyconsulting(at)earthlink(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Question about difference in performance of 2 queries on large table
Date: 2003-12-29 16:48:07
Message-ID: 15476.1072716487@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Please show EXPLAIN ANALYZE output for your queries, not just EXPLAIN.
Also it would be useful to see the pg_stats rows for the date_key and
content_key columns.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Dennis Bjorklund 2003-12-29 16:48:49 Re: Question about difference in performance of 2 queries
Previous Message Sean Shanny 2003-12-29 16:35:43 Question about difference in performance of 2 queries on large table