Mysql – Query becomes slow when two conditions are both applied
I have a users table with bio field and "n:n" relationship with itself via the followers table so each user U can follow many other users. My user search query is super slow. All queries get the first 20 search…