Re: After vacuum db size is increasing - Mailing list pgsql-admin

From Peter M. Groen
Subject Re: After vacuum db size is increasing
Date
Msg-id 0d8fcf46441c7ba47702bd7d886b1c419e6f73d4.camel@osdev.nl
Whole thread Raw
In response to After vacuum db size is increasing  (srijith s <udbdoctor@gmail.com>)
List pgsql-admin
It is a misconception that VACUUM will decrease allocated diskspace. 
PG is allocating tablespace, used by data or not. If it needs more, it
will extend those. Downsize of this ( pun intended ) that tablespaces
normally *don't* shrink. You saying your database is only using 80Gb
but this is only 80Gb of *data*. That 80Gb is probably used within the
tablespace mentioned.

I don;t know the setup of your database but it sounds to me, your
tablespace is extended during the VACUUM operation for whatever
reason.. (Temporary space?) It seems odd to me that it "adds" the exact
amount of space as it was initially...
-- 
Open Systems Development B.V.
Peter M. Groen ( Managing Director )
Rooseveltstraat 18-P
2321 BM  Leiden
Mob   : +31 6 81 10 35 37
Email : peter@osdev.nl
Slype : peter_m_groen

On Mon, 2021-08-16 at 12:20 -0400, srijith s wrote:
> Hi Postgres Admins 
> 
> Any help is much appreciated . When i am running vacuum full, the
> database size is getting increased a lot, my database was around
> 100gb and when i did vacuum full on the large table ( which consume
> 95% of data in the database) , database size become 200+ gb , then i
> did a full vacuum on the database itself and that made the db grow to
> 300+gb 🙄 and filled my data drive .
> The large table size is showing only 80gb. 
> 
>  I am running Postgres on windows. Anybody know why its behaving like
> this 
> 
> Thanks in advance
> Regards
> Sri 
> 
> 
> 
> 
> 
> Sent from my iPhone
> 
> 




pgsql-admin by date:

Previous
From: srijith s
Date:
Subject: After vacuum db size is increasing
Next
From: Keith Fiske
Date:
Subject: Re: After vacuum db size is increasing