If a list can’t have more than 10k records, what if you had an enterprise customer like McDonald’s with 20k locations? Or Starbucks, Subway, etc.? How would your enterprise user access a list of their own restaurants (Locations) in order to post an available Gig (shift) at all or a sub-section of Locations?
Thanks, this is the structure I already have. So when it comes time for a Restaurant to post a Gig which is valid at some (or all) locations, Bubble will not have problem that the List of Locations created by Current User is greater than 10k?
An object like “location” - the Bubble dB can handle records of this object in the millions
An object’s field that is a list of locations - the limit of this list of locations is 10k records … because it is a field of type list within an object and Bubble only allows up to 10k records within a field of type list
This thread covers some of this “indirect dB approach” to structuring your dB model: