02 表扫描

并行执行

select /*+ parallel(t1, 1) */ count(* ) from t1;

select /*+ parallel(t1, 2) */ count(* ) from t1;

select /*+ parallel(t1, 3) */ count(* ) from t1;

select /*+ parallel(t1, 4) */ count(* ) from t1;

用到时, 再确认吧

posted @ 2015-01-15 10:15  神之一招  阅读(185)  评论(0编辑  收藏  举报