Re: parallel foreign scan

Поиск
Список
Период
Сортировка
От Manuel Kniep
Тема Re: parallel foreign scan
Дата
Msg-id 28CA2456-9A5B-4FF5-B975-1F0B8CA5680C@web.de
обсуждение исходный текст
Ответ на Re: parallel foreign scan  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список pgsql-hackers

I think you are trying collecting data from multple kafka
server. This means each server has a dedicate foreign table on a
dedicate foreign server. Parallel execution doesn't fit in that
case since it works on single base relation (or a
table). Parallel append/merge append look a bit different but
actually is the same in the sense that one base relation is
scanned on multiple workers. Even if you are trying to fetch from
one kafka stream on multiple workers, I think the fdw driver
doesn't support parallel scanning anyway.

Well my idea was to to scan multiple partitions from a single kafka
server / topic  in parallel.
I’ll will look into your suggestion to set up partial paths

regards

Manuel

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Should we add GUCs to allow partition pruning to be disabled?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [PROPOSAL] Shared Ispell dictionaries