Jump to content

Searching for a user list in database


Lautarox

Recommended Posts

I'm building a facebook application, as it is intendeed to reach to a big ammount of users, I'm worried about the performance of it, I'm querying facebook to get user's friends and then I'm searching for each of them in a mysql database, what would you recommend me to do? Is it better to perfom separated querys looking for each user or should I make a query looking for all the users, something like, SELECT * FROM table WHERE id=id1 AND id=id2 ...

Thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/217449-searching-for-a-user-list-in-database/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.