Subject Re: [firebird-support] Table size on disk - how to find?
Author Ivan Prenosil
> I would like to reduce the size of my Firebird 1.5 database. In order to do
> that I need to know on which tables I should focus. Is there some way to
> find out how much space is a table and its associated metadata (such as
> indexes) taking up?

Use command line tool GSTAT.
From application you can obtain the same report using Services API.

Ivan