Vacuum full issue

Started by Rama Krishnanabout 3 years ago3 messagesgeneral
Jump to latest
#1Rama Krishnan
raghuldrag@gmail.com

Hi All,

One of my friend project they did vacuum full last week since one of the
table column data type were CLOB after that activity the dev team found out
some of the data were missing or corrupt (XML) , please explain me will
vacuum full have any limitation like that?

Thanks
Ramakrishnan

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: Rama Krishnan (#1)
Re: Vacuum full issue

On Thu, Feb 16, 2023 at 12:24 PM Rama Krishnan <raghuldrag@gmail.com> wrote:

One of my friend project they did vacuum full last week since one of the
table column data type were CLOB after that activity the dev team found out
some of the data were missing or corrupt (XML) , please explain me will
vacuum full have any limitation like that?

No, vacuum full is not designed to destroy xml data that has been stored in
the database.

David J.

#3Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Rama Krishnan (#1)
Re: Vacuum full issue

On 2/16/23 05:18, Rama Krishnan wrote:

Hi All,

One of my friend project they did vacuum full  last week since one of
the table column data type were CLOB after that activity the dev team
found out some of the data were missing or corrupt (XML) , please
explain me will vacuum full have any limitation like that?

I'm guessing this has to do with whatever condition caused then to
decide to do VACUUM FULL in the first place.

Why did they do the VACUUM FULL?

Thanks
Ramakrishnan

--
Adrian Klaver
adrian.klaver@aklaver.com