I could not easily find that information in the docs:
I started all my tables with utf8_bin, now I have one table with a column I would prefer to change to utf8_mb4_900_as_ci and consider utf8_mb4_900_ai_ci.
My question: Would this negatively affect JOINs with utf8_bin fields in terms of index use and performance ?