当前位置:网站首页>AWR analysis report questions for help: How can SQL be optimized from what aspects?
AWR analysis report questions for help: How can SQL be optimized from what aspects?
2022-08-02 02:08:00 【Malan open】
Other Answer 1:

Other Answer 2:
I hope it helps you
https://www.modb.pro/db/13170Other Answer 3:
The provided AWR report, the time span is too large and has little reference value, it is recommended to take the awr and ash report information in the stuck time period
Other Answer 4:
Basically look at several key points of Load Profile.
Redo size to see if there is a lot of writing.Generally, the archive is full, and the disk is insufficient to see this.
Logical read See if the amount of data read is not large.Generally, in an environment where the hardware conditions meet the standard, the larger this value is, the busier the system is.(A poorly written SQL will also keep the database busy)
Block changes to see how much data is written.
Physical read to see if the SQL is well written, or if the hardware is not powerful (the memory is too small).
Executes (SQL): The number of SQL executed per second.See if the business is complicated
Transactions: The number of transactions performed per second.See if the system is busy
In fact, it is all SQL together, so I have controlled everything here, and there is no problem.

边栏推荐
- typeof in typescript32-ts
- Data transfer at the data link layer
- Named parameter implementation of JDBC PreparedStatement
- HSDC is related to Independent Spanning Tree
- Constructor of typescript35-class
- 『网易实习』周记(一)
- 【Brush the title】Family robbery
- 【LeetCode每日一题】——654.最大二叉树
- CodeTon Round 2 D. Magical Array
- Basic use of typescript34-class
猜你喜欢

密码学的基础:X.690和对应的BER CER DER编码

Constructor instance method inheritance of typescript38-class (implement)

MySQL8 download, start, configure, verify

检查IP或端口是否被封

Day116.尚医通:预约挂号详情 ※

LeetCode刷题日记:LCP 03.机器人大冒险

Multi-Party Threshold Private Set Intersection with Sublinear Communication-2021:解读

From 2023 onwards, these regions will be able to obtain a certificate with a score lower than 45 in the soft examination.

力扣 1374. 生成每种字符都是奇数个的字符串

软件测试 接口自动化测试 pytest框架封装 requests库 封装统一请求和多个基础路径处理 接口关联封装 测试用例写在yaml文件中 数据热加载(动态参数) 断言
随机推荐
2022-08-01 Reflection
typescript33 - high-level overview of typescript
Centos7 install postgresql and enable remote access
Centos7 安装postgresql并开启远程访问
3. Bean scope and life cycle
Rasa 3.x 学习系列- Rasa - Issues 4873 dispatcher.utter_message 学习笔记
C language inserted into the characters of simple exercises
使用百度EasyDL实现厂区工人抽烟行为识别
openGauss切换后state状态显示不对
"NetEase Internship" Weekly Diary (2)
Handwriting a blogging platform ~ Day 3
2022-07-30 mysql8执行慢SQL-Q17分析
Typescript31 - any type
Redis 持久化 - RDB 与 AOF
检查IP或端口是否被封
优炫数据库导库导错了能恢复吗?
LeetCode brushing diary: 33. Search and rotate sorted array
Day115.尚医通:后台用户管理:用户锁定解锁、详情、认证列表审批
Redis 底层的数据结构
手写一个博客平台~第一天