Re: Calculation of Database Size in postgres - Mailing list pgsql-admin

From Stephen Frost
Subject Re: Calculation of Database Size in postgres
Date
Msg-id 20180214142511.GB2416@tamriel.snowman.net
Whole thread Raw
In response to Re: Calculation of Database Size in postgres  (pavan95 <pavan.postgresdba@gmail.com>)
List pgsql-admin
Greetings,

* pavan95 (pavan.postgresdba@gmail.com) wrote:
> Ok, In that case some data files(which in turn consists pages) might be
> partially filled.
>
> In that case the size of the database with data will be different to the
> size of the database calculated with respect to files size on disk.
>
> So how to calculate the size of only data and not the free space in the
> database?

You can look at the free space map using the pg_freespacemap extension,
or you can use the pgstattuple extension to look at free space in both
the heap and the indexes.  Note that pgstattuple will scan the table,
while the freespacemap extension just looks at the FSM.

Thanks!

Stephen

Attachment

pgsql-admin by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Disable /Suppress hostname checks while secured LDAP
Next
From: Shreeyansh Dba
Date:
Subject: Re: filter partitions