Re: Removing unneeded self joins

Поиск
Список
Период
Сортировка
От Ronan Dunklau
Тема Re: Removing unneeded self joins
Дата
Msg-id 4911774.fQZKmtWmdp@aivenronan
обсуждение исходный текст
Ответ на Re: Removing unneeded self joins  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: Removing unneeded self joins
Список pgsql-hackers
> Generally I have the impression that we are not too keen on spending
> planning time on optimizing cases that can be trivially improved by
> rewriting the query.

Well in some cases they can't, when the query is not emitting redundant 
predicates by itself but they are added by something else like a view or a RLS 
policy.
Maybe it would be worth it to allow spending a bit more time planning for 
those cases ?

Regards,

--
Ronan Dunklau





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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: RFC: Logging plan of the running query
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: New committers: Daniel Gustafsson and John Naylor