Search Postgresql Archives

Re: vacuum vs vacuum full

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Nov 18, 2020 at 1:33 AM Atul Kumar <akumar14871@xxxxxxxxx> wrote:
Hi,

We have a table of 3113GB, and we are planning to vacuum it in non

Just making sure that isn't a typo (repeated 1s)...

business hours i.e. 12AM to 4AM, So my queries are:

1. What should be perform on the table Vacuum or Vacuum full ?

You should be vacuuming that table constantly, so why is the particular vacuum special?  What are the "last vacuum" related statistics for this table?

There is "vacuum" and there is "rebuilding the whole table from scratch", the later of which is unfortunately named "vacuum full".

If you haven't started learning/thinking about it yet you should try and get an understanding around where your system is in the process of requiring an anti-wraparound vacuum.  Or, more generally, using "vacuum freeze".

David J.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux