PDML can also be used with non-partitioned tables. However, full benefit of
PDML can be realized only when tables are partitioned. This is because only
parallel insert operations can be performed on non-partitioned tables. But remember
that the parallelism is spread across all the partitions and that there is no parallelism
within a partition. This means you can have only one parallel query slave per
partition. The major advantage of using PDML is performance and the elimination
for the need to “hand hold” parallelism for DML operations
. However, as mentioned
before, the needed resources must be available.红色部分不理解,请教
"hand hold" parallelism不理解

解决方案 »

  1.   

    使用并行DML语句的主要优势有两点
    1
    性能上的提高
    2
    消除了对于普通DML语句使用并行化助手的需要
    第二点解释出来语言有些晦涩
    我对并行操作没什么了解
    不过感觉应该PDML是一回事 比如说ORACLE会自动把这类DML并行执行
    而DML并行化是另外一回事 比如说这还需要你人工告诉ORACLE这条普通的DML要并行执行 可能需要分配多个SLAVE