其他分享
首页 > 其他分享> > 性能监控、分析、调优等--待更新

性能监控、分析、调优等--待更新

作者:互联网

 

 

性能问题1:慢sql

压测执行

 

 

 

 

 

监控

 

 

 

 

分析

explain select o.id,o.order_number,o.order_product_name,o.order_price,o.count,o.buy_date from orders o where o.order_number = 'n305udx6jqu2pjxt';

 

调优

create unique index index_order_number on orders(order_number);

 

 

回归

 

 

性能问题2:网关超时

压测执行

 

监控

 

分析

 

调优

 

回归

 

更多性能问题

 

标签:index,优等,--,性能,number,orders,压测,监控,order
来源: https://www.cnblogs.com/uncleyong/p/15752370.html