… not really change beside key lengths: mysql> explain select sum(t1.i+t2.j+length(t2.c)+t1.j…uses key compression for varchar columns so random key lookups become significantly slower. I tried to set pack_keys=… are likely to be different as longer indexes expected to have much worse cache fit, …
Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!
… is a VARCHAR Not Really a VARCHAR?” Thinking that maybe this was a case of GEN_CLUST_INDEX causing me issues… include initials, numbers, or any other string of length less than 3 (the default), I think you… from this rabbit hole. When defining a FULLTEXT KEY, you can use the “WITH PARSER” modifier to…

