Hi, The following explain extended let me know that MySQL is internally doing a lot of collation conversion like latin1 and _utf8.
(`mydb`.`node`.`status` = _latin1'1') and (`mydb`.`node`.`type` = _utf8'usernode')
and (`mydb`.`node`.`uid` = `mydb`.`users`.`uid`)
and (`mydb`.`usernode_list`.`uid` = _latin1'65484')
Is it normal? Will this slow down the query?