Re: Possible optimisation: push down SORT and LIMIT nodes

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: Possible optimisation: push down SORT and LIMIT nodes
Дата
Msg-id 20180530190944.GA25841@telsasoft.com
обсуждение исходный текст
Ответ на Re: Possible optimisation: push down SORT and LIMIT nodes  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-performance
On Wed, May 30, 2018 at 02:02:31PM -0500, Justin Pryzby wrote:
> For diagnostic purposes, I was able to to vastly improve the query runtime with
> a CTE (WITH):

I realized this was broken as soon as I sent it (for the essential reason of
discarding rows before having sorted them).  Sorry for the noise.

Justin


В списке pgsql-performance по дате отправления:

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: Possible optimisation: push down SORT and LIMIT nodes
Следующее
От: Nicolas Seinlet
Дата:
Сообщение: Sort is generating rows