I have a simple query like this: $userIdLists = Users::whereIn('id', $idList)->select(array('id')...
I recommend you using redis . When one user have more and more friends, your mysql table will be ver...
**** said: Thanks man, good advice.
The Laravel portal for problem solving, knowledge sharing and community building.
The community