Re: How do I know my table is bloated?

From: Rodrigo Barboza <rodrigombufrj(at)gmail(dot)com>
To: Igor Neyman <ineyman(at)perceptron(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: How do I know my table is bloated?
Date: 2013-05-30 19:08:41
Message-ID: CANs8QJZLBu1yUTeW=jm28A2b5U-rv+D5tWFrmnJ=bQAmtT3+5w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, May 30, 2013 at 3:55 PM, Igor Neyman <ineyman(at)perceptron(dot)com> wrote:

>
>
> From: Rodrigo Barboza [mailto:rodrigombufrj(at)gmail(dot)com]
> Sent: Thursday, May 30, 2013 2:50 PM
> To: Igor Neyman
> Cc: pgsql-admin(at)postgresql(dot)org
> Subject: Re: [ADMIN] How do I know my table is bloated?
>
> Well, maybe I am.
> But I am worried because I know that there are some tables that do lots of
> updates and delete.
> As this concept is new for me, I am trying to be prepared to detect a
> situation like this.
>
> ------------------------------------------
> It all depends on pattern of your inserts/updates/deletes.
> If your index accumulates lots of almost (but not completely) empty pages
> with just few entries left, than - yes, REINDEX "is your friend".
>
> b.t.w., this concept is not unique to Postgres, it's just a nature of
> B-tree indexes.
>
> Igor
>

I see...
I guess the only way to know is if I suspect that size of my db is growing
unexpected.
But it is good to know that a b-tree concept concept.
Because I came from a very old mysql installation (that is way postgres is
new for me) and I am trying to keep my postgres the most stable possible.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Virupaksha Kanjilal 2013-05-30 20:59:52 Re: Output of pg_controldata
Previous Message Igor Neyman 2013-05-30 18:55:43 Re: How do I know my table is bloated?