并行执行
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;
用到时, 再确认吧
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;
用到时, 再确认吧
上一篇:13 SELECT 以外的内容
下一篇:14 事务处理
本文介绍基于Microsoft SQL Server软件,实现数据库表的创建、修改、复制、删除与表数据处理的方法~
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M