当前位置:网站首页>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.

边栏推荐
- LeetCode刷题日记:153、寻找旋转排序数组中的最小值
- 【LeetCode每日一题】——704.二分查找
- Day115. Shangyitong: Background user management: user lock and unlock, details, authentication list approval
- 2022-08-01 mysql/stoonedb慢SQL-Q18分析
- 3.Bean的作用域与生命周期
- 手写一个博客平台~第一天
- typescript38-class的构造函数实例方法继承(implement)
- Win Go development kit installation configuration, GoLand configuration
- Scheduled tasks for distributed applications in Golang
- Simple example of libcurl accessing url saved as file
猜你喜欢
随机推荐
Understand the big model in seconds | 3 steps to get AI to write a summary
A full set of common interview questions for software testing functional testing [open thinking questions] interview summary 4-3
Win Go development kit installation configuration, GoLand configuration
The characteristics and principle of typescript29 - enumeration type
Redis 底层的数据结构
Shell Beginners Final Chapter
MySQL optimization strategy
"NetEase Internship" Weekly Diary (2)
力扣 1374. 生成每种字符都是奇数个的字符串
PHP 使用 PHPRedis 与 Predis
【LeetCode每日一题】——654.最大二叉树
LeetCode Brushing Diary: 74. Searching 2D Matrix
typescript30-any类型
¶ Backtop back to the top is not effective
YGG Guild Development Plan Season 1 Summary
[ORB_SLAM2] SetPose, UpdatePoseMatrices
软件测试 接口自动化测试 pytest框架封装 requests库 封装统一请求和多个基础路径处理 接口关联封装 测试用例写在yaml文件中 数据热加载(动态参数) 断言
"NetEase Internship" Weekly Diary (1)
LeetCode刷题日记:74. 搜索二维矩阵
雇用WordPress开发人员:4个实用的方法









