Re: regression in PG 15.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: regression in PG 15.1
Дата
Msg-id 543106.1669646690@sss.pgh.pa.us
обсуждение исходный текст
Ответ на regression in PG 15.1  (Scott Ribe <scott_ribe@elevated-dev.com>)
Ответы Re: regression in PG 15.1  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: regression in PG 15.1  (Scott Ribe <scott_ribe@elevated-dev.com>)
Список pgsql-admin
Scott Ribe <scott_ribe@elevated-dev.com> writes:
>   select * from tbl where txid > something and tbl_id = (select id from reftbl where name = 'someval');
> ^^^ fails to exclude partitions, kicks off parallel scans on all 142, takes 23,170ms

Why do you say this is a regression?  From what I know of the partition
pruning logic (admittedly not a whole lot), I don't think we'd have
ever pruned on the basis of such a constraint.

            regards, tom lane



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

Предыдущее
От: Scott Ribe
Дата:
Сообщение: Re: regression in PG 15.1
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: regression in PG 15.1