MySQL Forums
Forum List  »  Performance

Re: MySQL read/Write very slow in a table because of long blob columns
Posted by: Rick James
Date: November 26, 2015 02:49PM

Please provide

SHOW CREATE TABLE (you haven't even said which engine you are using)
The slow queries
EXPLAIN SELECT
SHOW VARIABLES LIKE '%buffer%';
How much RAM

PARTITIONing is unlikely to help with performance. For further discussion of that, see http://mysql.rjweb.org/doc.php/partitionmaint

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL read/Write very slow in a table because of long blob columns
1059
November 26, 2015 02:49PM


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.