Re: Limited Sort - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Limited Sort
Date
Msg-id 450ED5A4.40209@sigaev.ru
Whole thread Raw
In response to Limited Sort  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: Limited Sort  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
When we was talking about optimizing 'ORDER BY .. LIMIT' with Oleg and Alvaro at 
conference, we was thinking to make new executor's node - Partial Sort. And 
planner may choose which nodes to use: nodeSort and nodeLimit or nodePartialSort.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: OID conflicts
Next
From: Pascal Meunier
Date:
Subject: Re: minor feature request: Secure defaults during