- 1、本文档共15页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
优化ORACLE查询SQL语句(Optimize the ORACLE query SQL statement)
优化ORACLE查询SQL语句(Optimize the ORACLE query SQL statement)
(1) select the most efficient table name order (valid only in the rule based optimizer):
The Oracle parser in accordance with the order from right to left with a table in the FROM clause, the FROM clause written at the end of the table (based on table driving table) will be processed first, in the FROM clause contains multiple tables, you must select the number of records at the table as the base table. If you have more than 3 tables connected to the query, you need to choose the table table (intersection) as the base table, which refers to the table referenced by other tables
(2) the join order in the WHERE clause:
The ORACLE sequence analysis of WHERE clause bottom-up, according to this principle, the connection between the tables must be written before the other end of the WHERE conditions, these conditions can filter out the maximum number of records that must be written in the WHERE clause.
(3) avoid using * in the SELECT clause:
ORACLE in the parsing process, will be * are converted to all the names, this is done by querying the data dictionary, which means there will be more time consuming
(4) reduce the number of accesses to the database:
ORACLE does a lot of work internally: parsing SQL statements, estimating index utilization, binding variables, reading data blocks, and so on;
(5) to reset the ARRAYSIZE parameter in SQL*Plus, SQL*Forms, and PRo*C, you can increase the amount of retrieved data per database access, with a recommended value of 200
(6) use the DECODE function to reduce processing time:
Using the DECODE function, you can avoid repeated scans of the same record or repeated connections to the same table
(7) integrating simple, unrelated database access:
If you have a few simple database query statements, you can integrate them into a query (even if they dont matter)
(8) delete duplicate records:
The most efficient way to delete duplicate records (using the ROWID) example:
DELETE, FROM, EMP,
您可能关注的文档
- 中层管理者角色错位的四种表现(Four manifestations of middle manager's role dislocation).doc
- 中山嘉明电力有限公司(Nakayama Kaya Power Ltd).doc
- 中式婚礼习俗(Chinese wedding customs).doc
- 中学物理竞赛大纲(Syllabus for physics competition in middle school).doc
- 中文专业求职意向分析与建议(Analysis and suggestion on Job Hunting Intention of Chinese Majors).doc
- 中文字符串的相似度(Similarity of Chinese strings).doc
- 中文谐音迷宫蝴蝶 BLUEMOON(Chinese homophonic labyrinth butterfly BLUEMOON).doc
- 中日色彩意识探析(Analysis of Chinese and Japanese color consciousness).doc
- 中白令海峡鳕资源养护与管理公约(Convention on conservation and management of hake resources in the Central Bering Strait).doc
- 中小企业如何借势全国糖酒会招商(Small and medium-sized enterprises how to taking advantage of the national rum merchants).doc
- “十三五”重点项目-汽车电动后视镜生产建设项目可行性研究报告.docx
- 田园牧歌农家乐餐厅商业计划书.docx
- “趣味数学” 小学数学思维拓展训练学校商业计划书.docx
- “线上新品首发,线下同步上市” 品牌推广商业计划书.docx
- 2024年全球及中国芯片用光刻胶行业头部企业市场占有率及排名调研报告.docx
- 2024年全球及中国保护套管行业头部企业市场占有率及排名调研报告.docx
- 墙面镜项目可行性研究报告评审方案设计(2025年发改委标准案例范文).docx
- 2025年安徽中医药高等专科学校单招职业技能测试题库含答案(a卷).docx
- 2025-2030年中国智能穿戴行业市场研究分析及发展趋向研判报告.docx
- “摇滚艺人经纪” 摇滚艺人经纪商业计划书.docx
最近下载
- 2022山东能源集团中级人才库选拔上岸笔试历年难、易错点考题附带参考答案与详解.docx
- 统编版(2024)新教材七年级道德与法治下册第一单元《珍惜青春时光》每课时探究训练(含答案)汇编(含六套题).docx VIP
- 必威体育精装版部编版四年级语文下册第八单元习作《故事新编》精品课件PPT.ppt VIP
- 食品安全自查、从业人员健康管理、进货查验记录、食品.docx VIP
- 大模型推理加速的优化实践-2024全球机器学习技术大会.pdf
- GB50858-2013 园林绿化工程工程量计算规范.docx
- 三亚太阳湾柏悦酒店宴会服务研究.docx
- 钢结构工程计量与计价培训资料.pptx VIP
- 中国普通流通纪念币完整目录(127枚)(1984年-2023年).pdf VIP
- 2025年科级领导干部任前廉政法规知识考试题(附答案).pdf VIP
文档评论(0)