Re: Calculation of Database Size in postgres

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Greetings,

* pavan95 (pavan.postgresdba@xxxxxxxxx) 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: signature.asc
Description: PGP signature


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux