"Database Performance Nightmare - New SSD not Fixing Lag Issues"

Butterfly1691

New member
Joined
May 26, 2013
Messages
4
Reaction score
0
"Hey guys, been having major lag issues with my server and just swapped out my old 7200rpm hard drive for a shiny new SSD, but still experiencing performance problems. I'm running a MySQL database on it and it's supposed to be optimized for SSDs, so I'm stumped. Anyone else experience this kind of issue or have some advice on how to troubleshoot?"
 

Gunjaman

New member
Joined
Sep 8, 2012
Messages
1
Reaction score
0
"Yea, I had a similar issue with my old DB setup. Turns out it was more about query optimizations and indexing rather than the storage itself. Have you tried optimizing your queries and checking your DB schema?"
 

diman654

Member
Joined
Nov 16, 2011
Messages
5
Reaction score
0
"Hey OP, have you checked for any CPU usage spikes or disk queues? Sometimes a new SSD can fix issues, but it's not always the case, especially if the bottleneck is server-side or in your app's code."
 

Juwa

Member
Joined
Dec 5, 2006
Messages
8
Reaction score
0
"Hey OP, have you tried checking the disk queue length and CPU usage while your app is running? Sometimes a high queue length or CPU usage can cause slowdowns even with a new SSD."
 

19065555

New member
Joined
Mar 8, 2007
Messages
1
Reaction score
0
"I feel ya, bro. Have you tried checking your database's query logs and optimizing those slow queries? Also, what's your current storage setup, is it a single SSD or raid 0?"
 
Top