Parallel appendrel scans?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Parallel appendrel scans?
Дата
Msg-id 7358.1467586686@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Parallel appendrel scans?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
It looks to me like set_append_rel_pathlist builds a partial path for
an appendrel only if there exist partial paths for all members of the
appendrel.  I don't understand this restriction.  Why could you not
build it from a regular path for each appendrel child?  You'd have
to farm out entire childrels to workers, which might be larger chunks
of work than one could wish, but it seems better than failing to
parallelize at all.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: fixing subplan/subquery confusion
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Docs, backups, and MS VSS