Re: ordering op for WHERE

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: ordering op for WHERE
Дата
Msg-id CA+TgmoYv7_4Trv=wJzJAu=NTomFo50G-K72JE6bH7n0u4YOcNA@mail.gmail.com
обсуждение исходный текст
Ответ на ordering op for WHERE  (yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi))
Список pgsql-hackers
On Tue, Dec 27, 2011 at 10:48 PM, YAMAMOTO Takashi
<yamt@mwd.biglobe.ne.jp> wrote:
> does it make sense to teach the planner (and the executor?) use an ordering op
> to optimize queries like the following?
>
>        select * from t where a <-> 1000 < 10

Seems useful to me.  I'm not sure how hard it is, though.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Add SPI results constants available for PL/*
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook