MySQL Forums
Forum List  »  Performance

Re: MySQL server is not disk bound, how do I make it faster?
Posted by: Rick James
Date: February 22, 2016 06:18PM

Let's see the queries that are so I/O-bound. There are probably ways to improve them greatly.
* Composite index
* Reformulate the query
* Rethink the general processing
* Better memory management (as Peter alluded to)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL server is not disk bound, how do I make it faster?
745
February 22, 2016 06:18PM


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.