PARALLEL 起什么作用的?

解决方案 »

  1.   

    PARALLEL:启用多个进程进行并行扫描索引
      

  2.   

    Alter Index ParallelDescription: 
    Use the PARALLEL clause to change the default degree of parallelism for queries and DML on the index.Restrictions: 
    - You cannot specify this clause for an index on a temporary table.Note:
    The syntax of the parallel_clause supersedes syntax appearing in earlier releases of Oracle. Superseded syntax is still supported for backward compatibility but may result in slightly different behavior from that documented.
      

  3.   

    一般不建议更改索引的并行度。只是在创建索引时可以通过添加并行度以加快创建速度(同时可指定nologging online),创建完毕后将并行度调整回1