Re: Possible to improve query plan?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Possible to improve query plan?
Дата
Msg-id 9614.1295890304@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Possible to improve query plan?  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Possible to improve query plan?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Possible to improve query plan?