Re: Rethinking representation of sort/hash semantics in queries and plans

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Rethinking representation of sort/hash semantics in queries and plans
Дата
Msg-id 20101128144554.GA3796@svana.org
обсуждение исходный текст
Ответ на Rethinking representation of sort/hash semantics in queries and plans  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sat, Nov 27, 2010 at 10:02:33PM -0500, Tom Lane wrote:
> In recent discussions of the plan-tree representation for KNNGIST index
> scans, there seemed to be agreement that it'd be a good idea to explicitly
> represent the expected sort ordering of the output.  While thinking about
> how best to do that, it struck me that there's some pretty horrendous
> impedance mismatches in the way we do things now.  Different parts of the
> system use two different representations of sort ordering:
>
> * A sort operator (which can have < or > semantics) plus nulls-first flag
>
> * A btree opfamily plus direction and nulls-first flags

Sounds like a good idea to me. Quite aside from the performance issues,
having one way to represent things will make it clearer what's going on
and easier to extend in the future.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patriotism is when love of your own people comes first; nationalism,
> when hate for people other than your own comes first.
>                                       - Charles de Gaulle

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

Предыдущее
От: Jan Urbański
Дата:
Сообщение: Re: PLy_malloc and plperl mallocs
Следующее
От: Marti Raudsepp
Дата:
Сообщение: [PATCH] Return command tag 'REPLACE X' for CREATE OR REPLACE statements.