Execute INSERT during a parallel operation

Started by Donald Dongover 6 years ago2 messages
#1Donald Dong
xdong@csumb.edu

Hi,

I'm trying to use the SPI to save the executed plans in the ExecutorEnd. When the plan involves multiple workers, the insert operations would trigger an error: cannot execute INSERT during a parallel operation.

I wonder if there's a different hook I can use when there's a gather node? or other ways to get around?

Thank you,
Donald Dong

#2Rafia Sabih
rafia.pghackers@gmail.com
In reply to: Donald Dong (#1)
Re: Execute INSERT during a parallel operation

On Sun, 14 Apr 2019 at 04:11, Donald Dong <xdong@csumb.edu> wrote:

Hi,

I'm trying to use the SPI to save the executed plans in the ExecutorEnd. When the plan involves multiple workers, the insert operations would trigger an error: cannot execute INSERT during a parallel operation.

I wonder if there's a different hook I can use when there's a gather node? or other ways to get around?

A bit more detail on what are you trying to do exactly like what is
the query you or code you are dealing with, will be helpful in
providing suggestions,

--
Regards,
Rafia Sabih