Subject | Re: [firebird-support] Updating index statistics |
---|---|
Author | Ivan Prenosil |
Post date | 2007-01-04T11:02:58Z |
> Is there a single command in Firebird to reset the statistics of everyIf you do not mind fiddling with system tables try
> index?
UPDATE RDB$INDICES SET RDB$STATISTICS = -1;
COMMIT;
Ivan
http://www.volny.cz/iprenosil/interbase/