Changes between Initial Version and Version 1 of Ticket #33885, comment 42
- Timestamp:
- 03/24/2017 05:00:06 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33885, comment 42
initial v1 5 5 This is not a bug, it's well documented and expected behaviour ([https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-conversion.html]. 6 6 7 The query is slow because MySQL can't use partial index on `meta_key` to optimize `ORDER BY` clause (at least for now). There is a workaround ( `innodb_large_prefix` ) mentioned in the documentation I linked to but it requires configuration changes to MySQL so it's not general solution.7 The query is slow because MySQL can't use partial index on `meta_key` to optimize `ORDER BY` clause (at least for now). There is a workaround ( `innodb_large_prefix` ) mentioned in the documentation I linked to but it requires configuration changes to MySQL so it's not a general solution.