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

边栏推荐
- 数据链路层的数据传输
- Redis 底层的数据结构
- Redis Subscription and Redis Stream
- 『网易实习』周记(三)
- bool Frame::PosInGrid(const cv::KeyPoint &kp, int &posX, int &posY)
- Named parameter implementation of JDBC PreparedStatement
- typescript36-class的构造函数实例方法
- 【轮式里程计】
- Constructor instance method of typescript36-class
- Handwriting a blogging platform ~ the first day
猜你喜欢

十字光标太小怎么调节、CAD梦想画图算量技巧

Speed up your programs with bitwise operations

MySQL8 下载、启动、配置、验证

HSDC和独立生成树相关

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

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

The underlying data structure of Redis

Handwriting a blogging platform ~ Day 3

Software testing Interface automation testing Pytest framework encapsulates requests library Encapsulates unified request and multiple base path processing Interface association encapsulation Test cas

typescript31-any类型
随机推荐
swift项目,sqlcipher3 -> 4,无法打开旧版数据库有办法解决吗
搜罗汇总的效应
MySQL8 下载、启动、配置、验证
typescript34-class的基本使用
【LeetCode每日一题】——103.二叉树的锯齿形层序遍历
Rust P2P Network Application Combat-1 P2P Network Core Concepts and Ping Program
Redis Persistence - RDB and AOF
密码学的基础:X.690和对应的BER CER DER编码
Hash collisions and consistent hashing
to-be-read list
Win Go development kit installation configuration, GoLand configuration
Centos7 install postgresql and enable remote access
十字光标太小怎么调节、CAD梦想画图算量技巧
优炫数据库导库导错了能恢复吗?
力扣、752-打开转盘锁
2022-08-01 安装mysql监控工具phhMyAdmin
swift project, sqlcipher3 -> 4, cannot open legacy database is there a way to fix it
Handwritten Blog Platform ~ Day Two
Multi-Party Threshold Private Set Intersection with Sublinear Communication-2021:解读
MySQL8 download, start, configure, verify