Re: vacuum vs vacuum full - Mailing list pgsql-general

From Paul Förster
Subject Re: vacuum vs vacuum full
Date
Msg-id 8AFEB6EE-02C5-4E7C-952C-34E639DAD2B2@gmail.com
Whole thread Raw
In response to Re: vacuum vs vacuum full  (Ravi Krishna <srkrishna@yahoo.com>)
List pgsql-general
Hi Ravi,

> On 18. Nov, 2020, at 15:30, Ravi Krishna <srkrishna@yahoo.com> wrote:
>
> ALTER TABLE TABLE_NAME DROP PARTITION PARTITION_NAME UPDATE INDEXES;

IIRC the statement is

alter table <table> drop partition <partition> update *GLOBAL* indexes;

But we experienced big problems in the past which is why we changed all to local indexes. The situation may have
improvedin the last few years but we will not change back again. :-) Why should we? 

Cheers,
Paul


pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: How to select values in a JSON type of column?
Next
From: "David G. Johnston"
Date:
Subject: Re: vacuum vs vacuum full