Subject | Re: [firebird-support] Re: How to determine size of database structures? |
---|---|
Author | Ann Harrison |
Post date | 2015-05-15T13:11:15Z |
On May 15, 2015, at 2:14 AM, brucedickinson@... [firebird-support] <firebird-support@yahoogroups.com> wrote:
This is nice tool, however it does not show how much space is taken by given table and its indices... I am sure this can be deduced by reading gstat output file but I don't know how...
Gstat doesn't report blob pages or data overflow pages (records larger than a page). It may not report intermediate index levels. Nor does it report pages that support the structure of the database. Even so, I'm surprised that it's only reporting about half the size of the database.
Good luck,
Ann