MySQL Forums
Forum List  »  InnoDB

Re: Ease My Pain: InnoDB in a Memory-Constrained Environment
Posted by: Authorized User
Date: September 09, 2021 02:15PM

Forgive me for leaking a bit of frustration. We currently have maybe 10,000 InnoDB tables. They are 300% the size of their MyISAM counterparts. Issuing a SELECT COUNT(*) takes bloody ages. And every time MySQL crashes for any reason, InnoDB whines that table X cannot be opened because the tablespace is already in use by table Y, or some such thing. Oh yeah, and it eats memory like a ghoul from the Walking Dead. Overall, InnoDB has been 500% more trouble to host, support, troubleshoot, backup, and recover, than our MyISAM databases, which have been far more reliable. So yeah, I'm annoyed, but I'm trying to get over it.

That said, the writing is on the wall. MyISAM is pretty much history with MySQL 8.0, so we have to make the move.

While your comments are wise, the situation is what it is. We have a server. We need to jam a number of MyISAM instances on it. We can't give InnoDB the memory it wants, therefore many queries will go to disk. What can we do to make InnoDB work as comfortably as possible?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Ease My Pain: InnoDB in a Memory-Constrained Environment
313
September 09, 2021 02:15PM


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.