MySQL Forums
Forum List  »  General

Re: Memory Usage Issue of MySQL DB in my App
Posted by: Rick James
Date: August 24, 2016 05:22PM

How much RAM do you have?
Please provide `SHOW CREATE TABLE`.
SHOW VARIABLES LIKE 'max_allowed_packet';
What is the biggest BLOB?
How do you pick a row? That is, is there an `id` column?

Options: ReplyQuote


Subject
Written By
Posted
Re: Memory Usage Issue of MySQL DB in my App
August 24, 2016 05:22PM


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.