Subject Re: [firebird-support] Firebird 1.5: How to tell the size of one table inside Fdb file?
Author Alexandre Benson Smith
Em 14/2/2012 22:46, Nando escreveu:
> Hi to all,
>
> I have a Firebird 1.5 database that has grown up to 26.6 Gb. Most of the data is stored in one single table that holds a memo field. I'm worried about the size of this table, because as far as I know the maximun table size for version 1.5 is about 36 Gb and I guess I'll soon get close to this limit.
>
> How can I tell the size of a single table inside the Fdb file.
>
> Thank your for any help.
>
> Nando.
>


Look on the gstat output for the number of data pages and multiply it by
your page size.

see you !