Community

Optimizing IN() queries against a compound index

(Baron Schwartz) Unfortunately, MySQL 5.5 doesn’t generate a very good query execution plan for IN() queries against a compound (multi-column) index, such as the following query that should be able to use the 2-column primary key:

Read More - Register for Free Membership