爽的翻 2018-09-18 02:59 采纳率: 66.7%
浏览 496
已采纳

sql 数据优化 pl/sql oracle

各位大佬下面语句有办法进行优化 让它的查询变得更快嘛

 Select a.*
  From (select /*+first_rows*/
         wi.iid as 顺序号,
         w.wname as 案件类型,
         i.name as 名称,
         x.联系人 as 联系人,
         wi.accepted_time as 接收时间,
         wi.submit_time as 提交时间,

         (Select user_name From st_user Where userid = wi.senduserid) as 前一用户,

         wi.wiid,
         wi.step as 所在岗位,
         x.业务类型id as BusinessId

          from ST_WORK_ITEM_HIST wi,
               xt_instance x,
               st_instance i,
               st_workflow w

         where wi.iid = x.iid
           and x.iid = i.iid
           and i.wid = w.wid
           and wi.userid = '52AD6F18BD6C45809A83D3D1EA4CC1F21111'
           and x.业务类型id in

               (select id from sys_business_type b where b.type = 3)
         order by wi.accepted_time desc) a

 Where rownum <= 10
  • 写回答

4条回答 默认 最新

  • 啊佛啊门 2018-09-18 03:09
    关注

    select /*+first_rows*/
    wi.iid as 顺序号,
    w.wname as 案件类型,
    i.name as 名称,
    x.联系人 as 联系人,
    wi.accepted_time as 接收时间,
    wi.submit_time as 提交时间,
    u.user_name as 前一用户,
    wi.wiid,
    wi.step as 所在岗位,
    x.业务类型id as BusinessId
    from ST_WORK_ITEM_HIST wi,
    xt_instance x,
    st_instance i,
    st_workflow w
    left join st_user u on u.userid=wi.senduserid
    where wi.iid = x.iid
    and x.iid = i.iid
    and i.wid = w.wid
    and wi.userid = '52AD6F18BD6C45809A83D3D1EA4CC1F21111'
    and exists (select 1 from sys_business_type b where b.type = 3 and b.id=x.业务类型id)
    order by wi.accepted_time desc

    推荐建立索引:
    ST_WORK_ITEM_HIST.iid
    xt_instance.iid
    st_instance.iid
    st_instance.wid
    st_workflow.wid

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?

悬赏问题

  • ¥15 求高通平台Softsim调试经验
  • ¥15 canal如何实现将mysql多张表(月表)采集入库到目标表中(一张表)?
  • ¥15 wpf ScrollViewer实现冻结左侧宽度w范围内的视图
  • ¥15 栅极驱动低侧烧毁MOSFET
  • ¥30 写segy数据时出错3
  • ¥100 linux下qt运行QCefView demo报错
  • ¥50 F1C100S下的红外解码IR_RX驱动问题
  • ¥20 基于matlab的航迹融合 航迹关联 航迹插补
  • ¥15 用Matlab实现图中的光线追迹
  • ¥15 联想笔记本开机出现系统更新界面