PARALLEL CTAS

Поиск
Список
Период
Сортировка
От Shane Borden
Тема PARALLEL CTAS
Дата
Msg-id C1FD3065-84ED-47BA-BDA1-16B6A7E05EE7@gmail.com
обсуждение исходный текст
Ответы Re: PARALLEL CTAS  (Erik Brandsberg <erik@heimdalldata.com>)
Список pgsql-sql
Based on testing thus far, it appears that the only way to get a bulk load operation (similar to oracle) would be to use the COPY command or to use multiple connections and break up the inserts across connections.  I did see a possibility of using the postgres_fdw extension and use the batch functionality, but I haven’t tested that yet.

Does anyone know the status of this feature / patch that was discussed in this link?


Is there a way in PostgreSQL to parallelize a CTAS statement similar to how you can do it in Oracle?

---

Thanks,


Shane Borden
sborden76@gmail.com

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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: Change detection
Следующее
От: Erik Brandsberg
Дата:
Сообщение: Re: PARALLEL CTAS