From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | wu_zhong_min(at)vrane(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: growing disk usage problem: alternative solution? |
Date: | 2007-06-26 19:20:54 |
Message-ID: | 46816716.5090306@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
wu_zhong_min(at)vrane(dot)com wrote:
> Hello List
>
> I have been a user since 7.x version. My current server version is 8.1.2.
>
> As many of you know the disk usage keeps growing for postgresql unless one regularly reindex and/or fully vacuum. The problem with either method is that they lock the tables and it is not practical for databases that one wants to keep it available for 24x7x365 basis. For very large tables, while the tables are being reindexed, there will be many waiting update/delete/insert processes and this is not at all desirable.
>
That is not true. If you have a proper vacuum strategy then you should
be able to maintain a specific level of growth that is directly related
to your dataset growth.
In short if you vacuum enough, you don't have to vacuum full.
> Server response is still great even with growing disk usage. Any one has other ideas to check the growth of the disk usage.
>
> Please do not cc the response to me. I will read it in the list.
Not how this list works, your options are:
1. You only receive the reply
2. You + the list receives the reply
Most users opt for 2.
Sincerely,
Joshua D. Drake
>
> Sincerely
>
> Z-m Wu
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/
From | Date | Subject | |
---|---|---|---|
Next Message | Bill Moran | 2007-06-26 19:31:14 | Re: growing disk usage problem: alternative solution? |
Previous Message | Willy-Bas Loos | 2007-06-26 19:19:24 | Re: escaped rolenames in pg_has_role |