On Mon, Apr 26, 2021 at 7:00 AM houzj.f...@fujitsu.com
<houzj.f...@fujitsu.com> wrote:
>
> > Instead, how about
> > postgres retries the query upon detecting the error that came from a 
> > parallel
> > unsafe function during execution, disable parallelism and run the query? I 
> > think
> > this kind of retry query feature can be built outside of the core postgres, 
> > but
> > IMO it will be good to have inside (of course configurable). IIRC, the 
> > Teradata
> > database has a Query Retry feature.
> >
>
> Thanks for the suggestion.
> The retry query feature sounds like a good idea to me.
> OTOH, it sounds more like an independent feature which parallel select can 
> also benefit from it.
>

+1. I also think retrying a query on an error is not related to this
feature and should be built separately if required.


-- 
With Regards,
Amit Kapila.


Reply via email to