Re: parallel plan in insert query

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: parallel plan in insert query
Дата
Msg-id CAM-w4HNETsJS0+KPwF-ar7FRiSdz9PmM9A=XCAVL6gqxEkukEQ@mail.gmail.com
обсуждение исходный текст
Ответ на parallel plan in insert query  (Grigory Smolkin <g.smolkin@postgrespro.ru>)
Ответы Re: parallel plan in insert query  (Grigory Smolkin <g.smolkin@postgrespro.ru>)
Список pgsql-bugs
The query doesn't look like a write query from the sql or the plan you
sent. My guess is that one of the PostGIS
functions does an update or insert internally. It should probably be
marked VOLATILE in that case which I'm not sure but would assume would
disable parallel queries as well. But there are reasons why they might
not want to do that too in which case this is the kind of risk that
would come with.

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

Предыдущее
От: digoal@126.com
Дата:
Сообщение: BUG #14365: drop big schema will hang the standby's apply
Следующее
От: Grigory Smolkin
Дата:
Сообщение: Re: parallel plan in insert query