MySQL Forums
Forum List  »  Performance

Re: long running, can't get to use index
Posted by: Peter Brawley
Date: March 24, 2017 10:32AM

General factors: InnoDB table? What is innodb_buffer_pool_size, how much RAM is available to MySQL, does running Analyze Table (to update stats) make a diff?

Specifics: If the table has index(r_userid,r_create_tm,r_status,r_type), you FORCE this index, and yet performance does not much improve, I think you've shown that the optimiser was right in estimating that a table scan would perform just about as well.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: long running, can't get to use index
566
March 24, 2017 10:32AM


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.