PDA

View Full Version : Size of Database



Ajax
02-09-2010, 12:10 PM
I need to see the size of my database. Where are the database files for HEM?

morny
02-09-2010, 04:27 PM
Go to C:/Program Files/PostgreSQL and right click on the Data folder, this is the size of all your databases, PostgreSQL dosent seperate the database into different folders so you cant really get the size of the database for a specific database

You can check the amount of records for a specific database http://faq.holdemmanager.com/questions/115/Check+Total+Amount+of+Hands+in+Database+

netsrak
02-10-2010, 04:47 AM
When you connect to your database server via pgadminII you should be able to see properties for your server and for your databases.
Somewhere there you get size informations for the different databases (at least in my Linux pgadmin version).