MySQL Forums
Forum List  »  InnoDB

Re: Innodb full table scan if query return 0 rows
Posted by: Peter Brawley
Date: August 20, 2016 09:27AM

MySQL version? How much RAM? Innodb_buffer_pool_size setting?

An index(plug,date1) might help. If that's not sufficient, please show results of Show Create Table on the table, and of running Explain Extended on the query.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Innodb full table scan if query return 0 rows
975
August 20, 2016 09:27AM


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.