I am planning to have likes plugin in my website where: I have 18000+ of contents to display and 380+ users (more in future).
I thought to have the database table for the same as:
___________________
| User_Id | Post_Id |
|___________________|
| 15 | 288 |
| 185 | 14358 |
| 185 | 3855 |
|_________|_________|
If I store the values in the database, the database will have huge content and huge traffic and will need large storage too. (6840K values only for now then imagine the stage of values after 2 years.)
Any other best alternatives?