Re: ORDER BY pushdowns seem broken in postgres_fdw

Поиск
Список
Период
Сортировка
От Ronan Dunklau
Тема Re: ORDER BY pushdowns seem broken in postgres_fdw
Дата
Msg-id 4594273.tikkMDN7uQ@aivenronan
обсуждение исходный текст
Ответ на Re: ORDER BY pushdowns seem broken in postgres_fdw  (David Rowley <dgrowleyml@gmail.com>)
Ответы Re: ORDER BY pushdowns seem broken in postgres_fdw
Список pgsql-hackers
Le jeudi 22 juillet 2021, 09:44:54 CEST David Rowley a écrit :
> +-- This will not be pushed either
> +explain verbose select * from ft2 order by c1 using operator(public.<^);
> +                                  QUERY PLAN
> +---------------------------------------------------------------------------
> ---- + Sort  (cost=190.83..193.33 rows=1000 width=142)
>
>
> Can you also use explain (verbose, costs off) the same as the other
> tests in that area.  Having the costs there would never survive a run
> of the buildfarm. Different hardware will produce different costs, e.g
> 32-bit hardware might cost cheaper due to narrower widths.
>

Sorry about that. Here it is.


Regards,

--
Ronan Dunklau
Вложения

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

Предыдущее
От: Ronan Dunklau
Дата:
Сообщение: Re: Add proper planner support for ORDER BY / DISTINCT aggregates
Следующее
От: Ranier Vilela
Дата:
Сообщение: Re: ORDER BY pushdowns seem broken in postgres_fdw