欢迎您的到来!本空间用来记录日常工作心得和一些小经验.内容可能部分摘自您的辛苦创作,再次对您表示感谢.希望本空间能给您或者其他朋友一些帮助. PS:寻求福州ORACLE DBA工作,期待您的惠顾(kugooo@live.cn)

create index with PARALLEL option 原理

上一篇 / 下一篇  2008-07-10 12:51:44 / 个人分类:ORACLE--特性汇总

CREATE INDEX indx_name ON schema.table_name(column_name) PARALLEL n;

=================================

The table is randomly sampled and a set of index keys is found that equally divides the index into the same number of pieces as the specified degree of parallelism. A first set of query processes scans the table ,extracts key,row ID pairs,and sends each pair to a process in a second set of query processes based on key.Each process in the second set sorts the keys and builds an index in the usual fashion.After all index pieces are built,the parallel coordinator concatenates the pieces (whice are ordered) to form. the final index.


TAG: index parallel

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

日历

« 2008-09-05  
 123456
78910111213
14151617181920
21222324252627
282930    

数据统计

  • 访问量: 618
  • 日志数: 17
  • 文件数: 1
  • 建立时间: 2007-12-25
  • 更新时间: 2008-09-03

RSS订阅

Open Toolbar