Table and index size

Started by Dan Blackalmost 21 years ago2 messagesgeneral
Jump to latest
#1Dan Black
fireworker@gmail.com

How can i calculate table and index size on hard disk?

#2Neil Conway
neilc@samurai.com
In reply to: Dan Black (#1)
Re: Table and index size

Dan Black wrote:

How can i calculate table and index size on hard disk?

See contrib/dbsize in the PostgreSQL source tarball.

-Neil