Re: Scans are offloaded to SeqScan instead of CustomScan when there are multiple relations in the same query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Scans are offloaded to SeqScan instead of CustomScan when there are multiple relations in the same query
Дата
Msg-id 2525827.1681771533@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Scans are offloaded to SeqScan instead of CustomScan when there are multiple relations in the same query  (Amin <amin.fallahi@gmail.com>)
Ответы Re: Scans are offloaded to SeqScan instead of CustomScan when there are multiple relations in the same query  (Amin <amin.fallahi@gmail.com>)
Список pgsql-hackers
Amin <amin.fallahi@gmail.com> writes:
> To simplify: Can CustomScan scan multiple relations in the same query or it
> will always be assigned to one or zero relations?

There's barely any code in the core planner that is specific to custom
scans.  Almost certainly this misbehavior is the fault of your
custom-path-creation code.  Maybe you're labeling the paths with the
wrong parent relation, or forgetting to submit them to add_path,
or assigning them costs that are high enough to get them rejected?

            regards, tom lane



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: check_strxfrm_bug()
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: check_strxfrm_bug()