From: | Luis <luisico(at)gmail(dot)com> |
---|---|
To: | Ian Lawrence Barwick <barwick(at)gmail(dot)com> |
Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Difference in the size of database size and relations |
Date: | 2013-12-10 14:29:36 |
Message-ID: | CAM-gcbQ20TAz-mdWB9OsE0NnZ4iZ+OKs3w3d0k-TSRX-crx0Cw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Good one.
Unfortunately it doesn't show anything weird either.
Using any of these two scripts:
http://wiki.postgresql.org/wiki/Show_database_bloat
http://pgsql.tapoueh.org/site/html/news/20080131.bloat.html
I can only see about 90MB
Thanks
2013/12/10 Ian Lawrence Barwick <barwick(at)gmail(dot)com>:
> 2013/12/10 Luis <luisico(at)gmail(dot)com>:
>> Thanks Ian,
>>
>> Actually the query I used to get the relations sizes also included
>> indexes and even pg_toast.
>
> Doh, sorry I didn't notice there was no relkind qualification on pg_class
> in your query.
>
>> This query gives me more detail about the
>> indexes related to every table but still can't see where the space is.
>
> Table/index bloat?
>
>
> Ian Barwick
From | Date | Subject | |
---|---|---|---|
Next Message | Jerry Sievers | 2013-12-10 18:07:59 | Re: Difference in the size of database size and relations |
Previous Message | Ian Lawrence Barwick | 2013-12-10 14:09:54 | Re: Difference in the size of database size and relations |