I am trying to create a website that retrieves photos for users randomly and without repetition for specific user, till the user see all the photos and init the records for the user.
I thought to have for each user and photo(URL saved) table, a user_photo table, that specifies if the user already saw the photo, but in case of many users and many photos, this will be a huge record.
my question is if there is a better design to retrieve data faster and efficient.
I saw other questions but not related to specific user handling.
This will definitely help you alot…
EDIT
Below is my suggestion….
Hope this will help you….