hello I want to create a system similar to twitter but I want to do the most efficient way as in how do I store large data in a situation there are multiple players and I am able to retrieve it quickly without reaching limits .As in e.g searching for a user in the search bar and loading their tweets. Do I need to store all in one key for easy access?. Do I need to use an external database and server to do this or? How best can I do this?
2 Likes