raztaboule
IS-IT--Management
does anyone knows a query to list indexes that are not used ?
the context is : Some users are complaining about performance. db_block_buffer used ratio is high (95%) , row_cache used ratio is also high (91%) , in average about 10M are free in the shared pool, no paging occurs on the system, the only thing is that the IO on the disk where indexes are stored is very high regarding to the activity of other disks.
so i was wondering if some indexes where unused to delete them and make updates more "light" .
thanks to all.
the context is : Some users are complaining about performance. db_block_buffer used ratio is high (95%) , row_cache used ratio is also high (91%) , in average about 10M are free in the shared pool, no paging occurs on the system, the only thing is that the IO on the disk where indexes are stored is very high regarding to the activity of other disks.
so i was wondering if some indexes where unused to delete them and make updates more "light" .
thanks to all.