reducing postgresql disk space - Mailing list pgsql-general

From paladine
Subject reducing postgresql disk space
Date
Msg-id 28681415.post@talk.nabble.com
Whole thread Raw
Responses Re: reducing postgresql disk space  (Thom Brown <thombrown@gmail.com>)
Re: reducing postgresql disk space  (Vick Khera <vivek@khera.org>)
Re: reducing postgresql disk space  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-general
Hi all,

How can I reduce disk space postgresql used ?
I tried to delete many rows from my database and
I am running ' vacuum analyze reindexdb ' commands regularly
but my disk space on my linux machine didn't reduce.

I know that ' vacuum full ' command can do that but I don't want to use
that command because of the disadvantages.

Anyone know another method ?

Thanks in advance.
--
View this message in context: http://old.nabble.com/reducing-postgresql-disk-space-tp28681415p28681415.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: recovery after interrupt in the middle of a previous recovery
Next
From: Thom Brown
Date:
Subject: Re: reducing postgresql disk space