需要使用臨時段的操作

tolilong發表於2013-12-19

create index ...

select .... order by ..

select distinct ...

select .... group by

select ...union

select ...intersect

select ...minus

unindex join,subquery

以上操作都有可能會使用temp segment

order by ,group by ,distinct 有可能會使用兩個temp segment.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-1063834/,如需轉載,請註明出處,否則將追究法律責任。

相關文章