|
> 哦?11G里已经不是这样的了?
This is from the 11.2 documentation:
http://docs.oracle.com/cd/E11882 ... /ex_plan.htm#i23461
"INDEX FULL SCAN
Retrieval of all rowids from an index when there is no start or stop key. Indexed values are scanned in ascending order."
"INDEX FAST FULL SCAN
Retrieval of all rowids (and column values) using multiblock reads. No sorting order can be defined. Compares to a full table scan on only the indexed columns. Only available with the cost based optimizer."
Yong Huang |
|