Re: Sequence Scan vs. Index scan

From: "Steinar H(dot) Gunderson" <sgunderson(at)bigfoot(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Sequence Scan vs. Index scan
Date: 2006-03-22 12:13:33
Message-ID: 20060322121333.GB27640@uio.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Mar 22, 2006 at 08:50:20AM -0300, Alejandro D. Burne wrote:
> Explains:
> ------------
> With SET ENABLE_SEQSCAN TO ON;
> HashAggregate (cost=251306.99..251627.36 rows=11650 width=78)

You'll need to post EXPLAIN ANALYZE results, not just EXPLAIN.

/* Steinar */
--
Homepage: http://www.sesse.net/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Alejandro D. Burne 2006-03-22 12:23:53 Re: Sequence Scan vs. Index scan
Previous Message Alejandro D. Burne 2006-03-22 11:50:20 Re: Sequence Scan vs. Index scan