Re: Increasing parallelism of queries while using file fdw andpartitions
В списке pgsql-performance по дате отправления:
| От | Justin Pryzby |
|---|---|
| Тема | Re: Increasing parallelism of queries while using file fdw andpartitions |
| Дата | |
| Msg-id | 20181219065149.GF8042@telsasoft.com обсуждение исходный текст |
| Ответ на | Increasing parallelism of queries while using file fdw and partitions (Patrick Mulrooney <mulroony@gmail.com>) |
| Ответы |
Re: Increasing parallelism of queries while using file fdw and partitions
|
| Список | pgsql-performance |
On Tue, Dec 18, 2018 at 08:39:36PM -0800, Patrick Mulrooney wrote: > Wondering if anyone had any thoughts on how to tweak my setup to get it to > read many files at once instead of one at a time when using file fdw and > partitions. I found this: https://www.postgresql.org/docs/current/parallel-safety.html |The following operations are always parallel restricted. |Scans of foreign tables, unless the foreign data wrapper has an IsForeignScanParallelSafe API which indicates otherwise. https://github.com/ergo70/vcf_fdw/blob/master/vcf_fdw/__init__.py => has no such API marker, since it's couple years old, same as multicorn. Justin
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера