Data store limits

Sorry if I put it in the wrong Category.

I was just wondering, is there a limit of data stores that you can have? I.e you have a million visits by different players every time, that would mean there would be a million data stores. Please correct me if I’m wrong.

1 Like

I don’t think there’s a maximum number of data stores or keys, but there are limits on how often you can load or save data, and how much you can save. In case you’re interested in those, all the datastore limits listed on the DevHub: Documentation - Roblox Creator Hub

3 Likes

Very loosely related:
https://devforum.roblox.com/t/how-does-roblox-support-our-datastore-usage/334189

There is no maximum to the number of DataStores you can create nor the amount of keys you can put into a DataStore, for sure. There’s nothing to say such a limit won’t be imposed in the future but that’s highly unlikely with the budget given for game data storage.

Part of the expenses are compensated by limiting how much we can save to a DataStore as well as how many requests we’re allowed to perform per minute, which the linked article explains.

2 Likes