DOL
For unused indexes (OptSelectCount + UsedCount = zero) that will be because of
- initial index creation,
- inserts, deletes, updates that did NOT use the index but the index data had to be added/updated,
- reorg compacts,
- update index statistics, etc.
APL
- due to the fact that the data at leaf level is part of index
HTH
Avinash