I am working on a community website. I want to show the user's activity in 2 places in the website.[*]The User "A" Profile.[*]The Friends page of the user "A" friends. "What are your friends doing?"The tables for instance are:
- members
- members_gallery
- members_videos
- members_friends
- members_activity
- When i make a SELECT QUERY, i can easily know if it's a photo, video, or a friendship activity.
- The user can delete the 'photo activity' but keep the photo.
- Can notify friends of the user easily.
- Huge number of table rows?