|
|||||||||||
|
Problem with MySQL Cluster performance
From: Mindaugas <mind(at)bi.lt>
Date: Wed Sep 05 2007 - 10:08:39 EDT Hello, Just had performance incident with the Cluster. I was notified that queries take too long to execute. And looking into "mysqladmin proc" I noticed that many threads are in "Locked" state. That's not normal. Since I changed very many rows today (added ~250k rows to already ~250k rows table and also deleted ~120k rows) I guessed that maybe index got bloated and droped and recreated the index. (DROP INDEX, CREATE UNIQUE INDEX). And things went back to normal. How could I check that index is really in bad shape? And maybe I could somehow fix that bloat without droping and recreating? Since that took ~20min to perform. MySQL 5.0.41-community-log (installed from RPMs). Thanks, Mindaugas -- MySQL Cluster Mailing List For list archives: http://lists.mysql.com/cluster To unsubscribe: http://lists.mysql.com/cluster?unsub=lists@pantek.comReceived on Wed Sep 5 10:35:16 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:15:08 EDT |
||||||||||
|
|||||||||||