Re: Possible to improve query plan? - Mailing list pgsql-performance

From Tom Lane
Subject Re: Possible to improve query plan?
Date
Msg-id 9614.1295890304@sss.pgh.pa.us
Whole thread Raw
In response to Re: Possible to improve query plan?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-performance
Robert Haas <robertmhaas@gmail.com> writes:
> But isn't 13.5 seconds awfully slow to scan 149557 rows?

Depends on how many physical blocks they're scattered across, which
is hard to tell from this printout.  And on how many of the blocks
are already in cache, and what sort of disk hardware he's got, etc.

> Any chance this is 9.0.X?  It'd be interesting to see the EXPLAIN
> (ANALYZE, BUFFERS) output for this query.

Yeah.

            regards, tom lane

pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Possible to improve query plan?
Next
From: Tom Lane
Date:
Subject: Re: Possible to improve query plan?