Subject RE: [firebird-support] Re: Individual table sizes in a DB
Author Leyne, Sean
> > Hi !
> >
> > How do we know the individual table sizes in a DB?
>
> The gstat tool (-a switch) can tell you how many pages each table
> takes up as well as the size of the data page.

The same can be done programmatically or via SQL by counting the number
of page entries in the RDB$Pages table grouping by the Table/Relation
ID.


Sean