Blogging about 11g - Part 4 - Invisible Indexes
Friday, July 27th, 2007 by Yuri van BurenThe 11g Oracle DBA can now apply an invisible performance patch (an Invisible Index)
on a non-performing query on a production system, without any impact on other queries.
Invisible indexes are not considered by the optimizer. These indexes are only used with a hint.
Here is a demo.
SQL> conn scott/tiger
Connected.
SQL> select * from cat;
TABLE_NAME [...]
Popularity: 181 points

