11 Jun 2006
The "explain" feature gives the execution path of a query, telling you which indexes are used and when they are used.
E.G.: explain select * from dbc.tables;
16 Jun 2006
You may know this just an FYI
Use Index Wizard for recommendations on existing workload or a new SQL.
Vinay
You must sign in to leave a comment.

Is there a way to see how many times or at what times a secondary index was used?