Re: [PATCH] pg_statio_all_tables: several rows per table due to invalid TOAST index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] pg_statio_all_tables: several rows per table due to invalid TOAST index
Дата
Msg-id 3144503.1648154053@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCH] pg_statio_all_tables: several rows per table due to invalid TOAST index  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCH] pg_statio_all_tables: several rows per table due to invalid TOAST index
Список pgsql-hackers
I wrote:
> After a bit of further fooling, I found that we could make that
> work with LEFT JOIN LATERAL.  This formulation has a different
> problem, which is that if you do want most or all of the output,
> computing each sub-aggregation separately is probably less
> efficient than it could be.  But this is probably the better way
> to go unless someone has an even better idea.

Hearing no better ideas, pushed.

            regards, tom lane



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: Estimating HugePages Requirements?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: identifying unrecognized node type errors