Subject Re: [firebird-support] Generator Performance
Author Ann Harrison
On Tue, Sep 27, 2011 at 3:39 AM, Alexey Kovyazin <ak@...> wrote:

>
> >Is there a way of finding out how many pages are used to store a given
> table?
>
> Run gstat -r, there will be exact information


Alexey is exactly right, but gstat reads every data page and counts the
records and record versions on it, so don't bother reading the source to
find an algorithm for estimating the number of pages a table will fill.

Good luck,

Ann

>


[Non-text portions of this message have been removed]