Re: effect on planner of turning a subquery to a table, sql function returning table

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: effect on planner of turning a subquery to a table, sql function returning table
Дата
Msg-id CAApHDvrds5uuAhgQ9YChVOWLY10z88+ovrFN9=162Tw0kEXgrA@mail.gmail.com
обсуждение исходный текст
Ответ на [MASSMAIL] effect on planner of turning a subquery to a table, sql function returning table  (Thierry Henrio <thierry.henrio@gmail.com>)
Ответы Re: effect on planner of turning a subquery to a table, sql function returning table  (Thierry Henrio <thierry.henrio@gmail.com>)
Список pgsql-general
On Fri, 12 Apr 2024 at 22:33, Thierry Henrio <thierry.henrio@gmail.com> wrote:
> Here is (B) execution plan:

To be able to determine if a plan is good or bad, we'd really need to
see the EXPLAIN (ANALYZE) output rather than just the EXPLAIN ouput.

To save a possible roundtrip;

SET track_io_timing = ON;
EXPLAIN (ANALYZE, BUFFERS) <the query>

David



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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Obsolete Linux downloads (Debian) instructions
Следующее
От: Thierry Henrio
Дата:
Сообщение: Re: effect on planner of turning a subquery to a table, sql function returning table