Re: Can parallel vacuum commands lead to a lock in Postgres 10.2

2018-02-15 Thread PT
On Thu, 15 Feb 2018 17:40:48 +0100 Meikel Bisping wrote: > Hello, > > we have lots of scripts which issue individual vacuum commands to tables > like "vacuum full gxstage_bs" but also general "vaccum full" commands. > Until now these scripts run sequentially and there are no problems. > Now the

Can parallel vacuum commands lead to a lock in Postgres 10.2

2018-02-15 Thread Meikel Bisping
Hello, we have lots of scripts which issue individual vacuum commands to tables like "vacuum full gxstage_bs" but also general "vaccum full" commands. Until now these scripts run sequentially and there are no problems. Now the idea is to run some scripts in parallel, my question is if parallel