oracle parallel_index hint在非分区表的生效
生活随笔
收集整理的這篇文章主要介紹了
oracle parallel_index hint在非分区表的生效
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
之前沒特別注意,在有些場景下希望使用并行索引掃描的時候,發現parallel_index hint并沒有生效,于是抽空看了下文檔:The PARALLEL_INDEX hint instructs the optimizer to use the specified number of concurrent servers to parallelize index range scans for partitioned indexes. 但是有很多表即使實時數據量有上千萬,但是也無法做到合理的維護分區,尤其是在oracle 12c的auto分區出來之前,更何況現在大部分系統都選擇的是oracle 11g而非12c。所以,我們仍然希望在非分區表上走并行索引掃描。如下:
?
轉載于:https://www.cnblogs.com/zhjh256/p/9704775.html
總結
以上是生活随笔為你收集整理的oracle parallel_index hint在非分区表的生效的全部內容,希望文章能夠幫你解決所遇到的問題。