MYSQL Query Performance Related Issue
Devang Dhandhalya
devang.dhandhalya at ecosmob.com
Fri Apr 1 09:07:33 UTC 2022
Hi All
I Want to discuss about Mysql query performance related,
We are Using AWS RDS Mysql Database ,AWS RDS CPU Usage is upto 100% when
we perform load test of outbound calls .
Problem : Actually we are using This Mysql Query to get price and rateid
with use of Dialled Number with most length match in table using Substring
aggregate functions and minimum rate for same Dialled Number with Substring
fucntion in Deckrate Table
Query : select deckrate.rate as carrierPrice,deckrate.rateid from deckrate
where code=SUBSTRING('12345566878',1,length(deckrate.code)) and
rate=(select min(rate) from deckrate where
code=SUBSTRING('12345566878',1,length(code))) limit 1
Setup :
we are running this query from Freeswitch using lua script
when we perform load test calls at that time this query Execute for Every
Calls and AWS RDS CPU usage gradually increasing and its upto 100% of CPU
usage
we also try with Store Procedure method to decrease query execution time ,
when we run load test with store procedure after that also getting high cpu
usage , actually what we found this substring going to check all 0.5M
record in table and find most number of length match with dialled number so
i think that aggregate function takes time , Approx 2000 Queries will get
executed simultaneously as per call flow.
Kindly suggest any other option or method to perform this Query or any
modification required.
Thanks
Devang Dhandhalya
--
*Disclaimer*
In addition to generic Disclaimer which you have agreed on our
website, any views or opinions presented in this email are solely those of
the originator and do not necessarily represent those of the Company or its
sister concerns. Any liability (in negligence, contract or otherwise)
arising from any third party taking any action, or refraining from taking
any action on the basis of any of the information contained in this email
is hereby excluded.
*Confidentiality*
This communication (including any
attachment/s) is intended only for the use of the addressee(s) and contains
information that is PRIVILEGED AND CONFIDENTIAL. Unauthorized reading,
dissemination, distribution, or copying of this communication is
prohibited. Please inform originator if you have received it in error.
*Caution for viruses, malware etc.*
This communication, including any
attachments, may not be free of viruses, trojans, similar or new
contaminants/malware, interceptions or interference, and may not be
compatible with your systems. You shall carry out virus/malware scanning on
your own before opening any attachment to this e-mail. The sender of this
e-mail and Company including its sister concerns shall not be liable for
any damage that may incur to you as a result of viruses, incompleteness of
this message, a delay in receipt of this message or any other computer
problems.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20220401/755a0b5c/attachment.html>
More information about the FreeSWITCH-users
mailing list