Generally speaking, what’s the approach to retrieving one specific “thing” from a list of things stored against a user? IOW, should I first search for the user and then search for the “thing” within that user’s list? Or should I search the “thing” table directly?
I’m currently storing a list of website domain “things” with each user. If I want to retrieve a specific domain for a user, do I find that user first and then search their domain list for the desired item, or do I search the table of domain “things” directly?