So I'm using a SQL DataBase (MsSQL to be more specific) , and I can't really decide how I should load user assigned items, e.g. the inventory.
I could:
I could:
- load all items at once and assign them to users when they log on
- load them using a query which would only return items with a specific value as a owner
- create one table per user, but this would affect organization
- more ideas?