Re: Vacuum Question

From: Oleg Samoylov <olleg(at)telecom(dot)mipt(dot)ru>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Vacuum Question
Date: 2003-02-25 11:42:52
Message-ID: 3E5B56BC.7060507@telecom.mipt.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Reindex database also. Look for documentation 7.3.1 , Rounting Reindex.
contrib/reindex can help you, even you have older version.

Pascal PEYRE wrote:
> Hi,
>
> I use postgresql 7.2.x on Linux 2.4.18-6mdksmp #1 SMP i686
>
> I have some big postgreSQL databases (4/5 GB at start) on this server.
> Every night I erase data and I import a lot of new data.
>
> For optimize my database I operate a vacuum "all" every night.
>
> The problem is that the size of database is growing every day whereas
> the volume of data stay remains stable. After six month my postgreSQL
> databases size is approximately (40/50 Gb). Yesterday I suppress the
> database and I restore it by pg_dump. By this way my database size is
> gone down again to 4/5 Gb.
>
> Is there any solution to reduce the size of the database without restore
> a SQL backup ?
>
> Thanks to your help
>
> Pascal PEYRE
>
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
Olleg Samoylov

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Andrés Repossi 2003-02-25 14:07:24 About COPY
Previous Message Oliver Elphick 2003-02-25 07:03:13 Re: [BUGS] Date Return must be As per Natural Calander