Subject | RE: [firebird-support] Re: Individual table sizes in a DB |
---|---|
Author | Leyne, Sean |
Post date | 2007-05-02T16:34:16Z |
> > Hi !The same can be done programmatically or via SQL by counting the number
> >
> > 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.
of page entries in the RDB$Pages table grouping by the Table/Relation
ID.
Sean