On Wed, Apr 1, 2020 at 8:39 AM Mahendra Singh Thalor wrote:
>
> On Tue, 31 Mar 2020 at 17:28, Amit Kapila wrote:
> >
> > On Mon, Mar 30, 2020 at 8:30 AM Mahendra Singh Thalor
> > wrote:
> > >
> > > > > > 2077 if ((shared_balance >= VacuumCostLimit) &&
> > > > > > >>> CID ...: Incor
On Tue, 31 Mar 2020 at 17:28, Amit Kapila wrote:
>
> On Mon, Mar 30, 2020 at 8:30 AM Mahendra Singh Thalor
> wrote:
> >
> > > > > 2077 if ((shared_balance >= VacuumCostLimit) &&
> > > > > >>> CID ...: Incorrect expression (UNINTENDED_INTEGER_DIVISION)
> > > > > >>> Dividing int
On Mon, Mar 30, 2020 at 8:30 AM Mahendra Singh Thalor
wrote:
>
> > > > 2077 if ((shared_balance >= VacuumCostLimit) &&
> > > > >>> CID ...: Incorrect expression (UNINTENDED_INTEGER_DIVISION)
> > > > >>> Dividing integer expressions "VacuumCostLimit" and "nworkers",
> > > > >>>
Hi,
On March 31, 2020 12:43:47 AM PDT, Mahendra Singh Thalor
wrote:
>On Mon, 30 Mar 2020 at 09:44, Amit Kapila
>wrote:
>>
>> On Mon, Mar 30, 2020 at 4:18 AM Andres Freund
>wrote:
>> >
>> > > 2076
>> > > 2077 if ((shared_balance >= VacuumCostLimit) &&
>> > > >>> CID ...: Incorrec
On Mon, 30 Mar 2020 at 09:44, Amit Kapila wrote:
>
> On Mon, Mar 30, 2020 at 4:18 AM Andres Freund wrote:
> >
> > > 2076
> > > 2077 if ((shared_balance >= VacuumCostLimit) &&
> > > >>> CID ...: Incorrect expression (UNINTENDED_INTEGER_DIVISION)
> > > >>> Dividing integer expres
On Mon, Mar 30, 2020 at 4:18 AM Andres Freund wrote:
>
> > 2076
> > 2077 if ((shared_balance >= VacuumCostLimit) &&
> > >>> CID ...: Incorrect expression (UNINTENDED_INTEGER_DIVISION)
> > >>> Dividing integer expressions "VacuumCostLimit" and "nworkers", and
> > >>> then conver
On Mon, 30 Mar 2020 at 07:39, Amit Kapila wrote:
>
> On Mon, Mar 30, 2020 at 4:18 AM Andres Freund wrote:
> >
> > Hi,
> >
> > On 2020-01-20 02:33:34 +, Amit Kapila wrote:
> > > Allow vacuum command to process indexes in parallel.
> > >
> > > This feature allows the vacuum to leverage multiple
On Mon, Mar 30, 2020 at 4:18 AM Andres Freund wrote:
>
> Hi,
>
> On 2020-01-20 02:33:34 +, Amit Kapila wrote:
> > Allow vacuum command to process indexes in parallel.
> >
> > This feature allows the vacuum to leverage multiple CPUs in order to
> > process indexes. This enables us to perform i
Hi,
On 2020-01-20 02:33:34 +, Amit Kapila wrote:
> Allow vacuum command to process indexes in parallel.
>
> This feature allows the vacuum to leverage multiple CPUs in order to
> process indexes. This enables us to perform index vacuuming and index
> cleanup with background workers. This ad