MySQL Forums
Forum List  »  General

Re: Table Locking Memory Engine
Posted by: Rick James
Date: August 09, 2011 07:25PM

SHOW CREATE TABLE tablename;
Is there a compound index:
INDEX(user, ip)
(or in the opposite order)
and
INDEX(timeout)

How often do you do the DELETE? Perhaps too often?

Which Engine? Sounds like MyISAM.

If the cache size is poorly tuned, that could cause serious performance problems:
http://mysql.rjweb.org/doc.php/memory

Options: ReplyQuote


Subject
Written By
Posted
August 07, 2011 12:41AM
Re: Table Locking Memory Engine
August 09, 2011 07:25PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.