Thread: Database,TempDB,index,Transaction log sizes
Dear all,
I have a database of 53GB , i want to know break up of these 53GB .
Is there any command or way through which i can find out that how much space is used by database,Transaction Log,TempDB, tables indexes etc.
Thanks in Advance
On Aug 8, 2006, at 3:10 AM, Sharma;G.S. wrote: > Dear all, > I have a database of 53GB , i want to know break up of these 53GB . > Is there any command or way through which i can find out that how > much space is used by database,Transaction Log,TempDB, tables > indexes etc. The sysviews project on http://pgfoundry.org has system views that will contain some of that info. You can also look in $PGDATA; there's a tool (in contrib, I think) that will convert the filenames into what relation they are. -- Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461