Re: Set access strategy for parallel vacuum workers

2021-04-11 Thread Amit Kapila
On Thu, Apr 8, 2021 at 12:37 PM Bharath Rupireddy wrote: > > On Thu, Apr 8, 2021 at 11:22 AM Amit Kapila wrote: > > Yeah, I will change that before commit unless there are more suggestions. > > I have no further comments on the patch > fix_access_strategy_workers_11.patch, it LGTM. > Thanks, see

Re: Set access strategy for parallel vacuum workers

2021-04-08 Thread Bharath Rupireddy
On Thu, Apr 8, 2021 at 11:22 AM Amit Kapila wrote: > Yeah, I will change that before commit unless there are more suggestions. I have no further comments on the patch fix_access_strategy_workers_11.patch, it LGTM. With Regards, Bharath Rupireddy. EnterpriseDB: http://www.enterprisedb.com

Re: Set access strategy for parallel vacuum workers

2021-04-07 Thread Amit Kapila
On Thu, Apr 8, 2021 at 9:42 AM Bharath Rupireddy wrote: > > On Thu, Apr 8, 2021 at 8:44 AM Amit Kapila wrote: > > > > On Wed, Apr 7, 2021 at 7:12 PM Bharath Rupireddy > > wrote: > > > > > > On Wed, Apr 7, 2021 at 3:30 PM Amit Kapila > > > wrote: > > > > > > > > During recent developments in th

Re: Set access strategy for parallel vacuum workers

2021-04-07 Thread Bharath Rupireddy
On Thu, Apr 8, 2021 at 8:44 AM Amit Kapila wrote: > > On Wed, Apr 7, 2021 at 7:12 PM Bharath Rupireddy > wrote: > > > > On Wed, Apr 7, 2021 at 3:30 PM Amit Kapila wrote: > > > > > > During recent developments in the vacuum, it has been noticed [1] that > > > parallel vacuum workers don't use any

Re: Set access strategy for parallel vacuum workers

2021-04-07 Thread Amit Kapila
On Thu, Apr 8, 2021 at 8:52 AM Masahiko Sawada wrote: > > On Thu, Apr 8, 2021 at 12:17 PM Amit Kapila wrote: > > > > On Wed, Apr 7, 2021 at 5:11 PM Masahiko Sawada > > wrote: > > > > > > On Wed, Apr 7, 2021 at 7:00 PM Amit Kapila > > > wrote: > > > > > > > > During recent developments in the

Re: Set access strategy for parallel vacuum workers

2021-04-07 Thread Masahiko Sawada
On Thu, Apr 8, 2021 at 12:17 PM Amit Kapila wrote: > > On Wed, Apr 7, 2021 at 5:11 PM Masahiko Sawada wrote: > > > > On Wed, Apr 7, 2021 at 7:00 PM Amit Kapila wrote: > > > > > > During recent developments in the vacuum, it has been noticed [1] that > > > parallel vacuum workers don't use any bu

Re: Set access strategy for parallel vacuum workers

2021-04-07 Thread Amit Kapila
On Wed, Apr 7, 2021 at 5:11 PM Masahiko Sawada wrote: > > On Wed, Apr 7, 2021 at 7:00 PM Amit Kapila wrote: > > > > During recent developments in the vacuum, it has been noticed [1] that > > parallel vacuum workers don't use any buffer access strategy. I think > > we can fix it either by propagat

Re: Set access strategy for parallel vacuum workers

2021-04-07 Thread Amit Kapila
On Wed, Apr 7, 2021 at 7:12 PM Bharath Rupireddy wrote: > > On Wed, Apr 7, 2021 at 3:30 PM Amit Kapila wrote: > > > > During recent developments in the vacuum, it has been noticed [1] that > > parallel vacuum workers don't use any buffer access strategy. I think > > we can fix it either by propag

Re: Set access strategy for parallel vacuum workers

2021-04-07 Thread Bharath Rupireddy
On Wed, Apr 7, 2021 at 3:30 PM Amit Kapila wrote: > > During recent developments in the vacuum, it has been noticed [1] that > parallel vacuum workers don't use any buffer access strategy. I think > we can fix it either by propagating the required information from the > leader or just get the acce

Re: Set access strategy for parallel vacuum workers

2021-04-07 Thread Masahiko Sawada
On Wed, Apr 7, 2021 at 7:00 PM Amit Kapila wrote: > > During recent developments in the vacuum, it has been noticed [1] that > parallel vacuum workers don't use any buffer access strategy. I think > we can fix it either by propagating the required information from the > leader or just get the acce

Set access strategy for parallel vacuum workers

2021-04-07 Thread Amit Kapila
During recent developments in the vacuum, it has been noticed [1] that parallel vacuum workers don't use any buffer access strategy. I think we can fix it either by propagating the required information from the leader or just get the access strategy in each worker separately. The patches for both a