Full vacuum may reclaim space

Started by Nonamealmost 19 years ago4 messagesgeneral
Jump to latest
#1Noname
Gino.Barille@gmail.com

Other than the fact that no space may need to be reclaimed is anyone
aware of any circumstance - e.g. use of numeric data types - where a
full vacuum will simply not reclaim space?

#2Hannes Dorbath
light@theendofthetunnel.de
In reply to: Noname (#1)
Re: Full vacuum may reclaim space

On 30.05.2007 14:28, Gino.Barille@gmail.com wrote:

Other than the fact that no space may need to be reclaimed is anyone
aware of any circumstance - e.g. use of numeric data types - where a
full vacuum will simply not reclaim space?

- Idle transactions
- It doesn't heal index bloat, which might eat quite a bit space..

--
Regards,
Hannes Dorbath

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: Full vacuum may reclaim space

Gino.Barille@gmail.com writes:

Other than the fact that no space may need to be reclaimed is anyone
aware of any circumstance - e.g. use of numeric data types - where a
full vacuum will simply not reclaim space?

There are several corner cases where the code will abandon shrinking.
What are you concerned about exactly?

regards, tom lane

#4Noname
Gino.Barille@gmail.com
In reply to: Tom Lane (#3)
Re: Full vacuum may reclaim space

On May 31, 12:11 am, t...@sss.pgh.pa.us (Tom Lane) wrote:

Gino.Bari...@gmail.com writes:

Other than the fact that no space may need to be reclaimed is anyone
aware of any circumstance - e.g. use of numeric data types - where a
full vacuum will simply not reclaim space?

There are several corner cases where the code will abandon shrinking.
What are you concerned about exactly?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

After a recent training course we have discovered that certain
settings may have prevented the full vacuum from doing the job
requested. I.e. our configuration was well out of whack.

Did want to say thanks to all for the feedback and I will connect
again of the problem persists.