On Thu, Feb 16, 2023 at 12:24 PM Rama Krishnan <raghuld...@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.