I would like to know a couple of things regarding in operator in mysql.
- The number of values in the in operator, Is there a limit?
- Does it improve the performance if the values are sorted? Say employeeids. If the ids are given sorted in the criteria, Will it improve the performance?