Re: parallel plan in insert query

From: Greg Stark <stark(at)mit(dot)edu>
To: Grigory Smolkin <g(dot)smolkin(at)postgrespro(dot)ru>
Cc: PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: parallel plan in insert query
Date: 2016-10-11 11:41:44
Message-ID: CAM-w4HNETsJS0+KPwF-ar7FRiSdz9PmM9A=XCAVL6gqxEkukEQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Grigory Smolkin 2016-10-11 11:48:19 Re: parallel plan in insert query
Previous Message digoal 2016-10-11 11:30:26 BUG #14365: drop big schema will hang the standby's apply