Subject | Re: [firebird-support] Doubts regarding statistics of indexes and tables... |
---|---|
Author | liviuslivius |
Post date | 2018-05-12T06:18:55Z |
Hi,
to "backup" statistics you can run query on rdb$indices and rdb$index_segment tables. And save result to the file.
About table statistics - here is really fine concept that you do not need to recalculate anything. Table pages count and record size is taken in calc. In fb3 also record compression level.
Regards,
Karol Bieniaszewski