Subject | Re: [firebird-support] Resetting stats on indexes |
---|---|
Author | Ivan Prenosil |
Post date | 2005-06-27T07:06:27Z |
> Is there a SQL that I can use the reset the statistics on indexesUPDATE RDB$INDICES SET RDB$STATISTICS=-1;
COMMIT;
Ivan
http://www.volny.cz/iprenosil/interbase/