From: | Lennin Caro <lennin(dot)caro(at)yahoo(dot)com> |
---|---|
To: | pgsql-general <pgsql-general(at)postgresql(dot)org>, Joao Ferreira gmail <joao(dot)miguel(dot)c(dot)ferreira(at)gmail(dot)com> |
Subject: | Re: automatic REINDEX-ing |
Date: | 2008-08-12 15:38:09 |
Message-ID: | 838589.95103.qm@web59509.mail.ac4.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
you can use a cron job
--- On Tue, 8/12/08, Joao Ferreira gmail <joao(dot)miguel(dot)c(dot)ferreira(at)gmail(dot)com> wrote:
> From: Joao Ferreira gmail <joao(dot)miguel(dot)c(dot)ferreira(at)gmail(dot)com>
> Subject: [GENERAL] automatic REINDEX-ing
> To: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
> Date: Tuesday, August 12, 2008, 3:13 PM
> Hello all
>
> [[[ while dealing with a disk size problem I realised my
> REINDEX cron
> script was not really being called every week :( so...
> ]]]
>
> I executed REINDEX by hand and the disk ocupation
> imediatelly dropped 6
> Giga...!!!
>
> is there a way to configure postgres to automatically
> execute the needed
> REINDEXING (on indexes and tables) for a given database....
>
> something similar to auto-vacuum... I guess....
>
> thx
> joao
>
>
>
> --
> Sent via pgsql-general mailing list
> (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-08-12 15:53:58 | Re: automatic REINDEX-ing |
Previous Message | Tom Lane | 2008-08-12 15:34:20 | Re: different results based solely on existence of index (no, seriously) |