Subject | Re: [ib-support] Tool for Recreating indexes |
---|---|
Author | Martijn Tonies |
Post date | 2002-09-13T19:46:23Z |
Hi Guido,
Alternatively, you can easily do it yourself too.
select 'set statistics index ' || rdb$index_name || ';'
from rdb$indices
And get the output text as a script.
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> Does anybody know a tool for recreating all indexes of a db or justInterBase Workbench and Firebird Workbench both can do that.
> recompute selectivity off all indexes ?
Alternatively, you can easily do it yourself too.
select 'set statistics index ' || rdb$index_name || ';'
from rdb$indices
And get the output text as a script.
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."