Subject | Re: [firebird-support] How much percentage of a database space is a table contents taking. |
---|---|
Author | Helen Borrie |
Post date | 2015-11-30T01:21:06Z |
Monday, November 30, 2015, 12:59:00 PM, you wrote:
Hi Thomas, I can see that, but how does that help me find the overall percentage of the database size. Unless I know the total amount of pages being used by the database. I have been googling to find out this information without much luck. |
in isql, use SHOW DATABASE;
Read "Total Pages Allocated"
IB_SQL also shows this info, on the Characteristics tab of the Connection page. I don't use IBExpert of DB Workbench but it would be surprising if that info is not extracted and displayed somewhere.
Helen