Oracle11g Performance筆記1

1. 跳躍式索引(Skip Scan Index) 當表有一個複合索引,而在查詢中有除了索引中第一列的其餘列做爲條件,而且優化器模式爲CBO,這時候查詢計劃就有可能使用到SS。此外,還能夠經過使用提示index_ss(CBO下)來強制使用SS。 select /*+index_ss(test1 test_idx1)*/* from test1 where column_b ='sdfee';
相關文章
相關標籤/搜索