Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

DataStore Limit and Monitor?

Asked by 10 years ago

Is there amount of data the DataStoreService can hold, and if there is, any way to monitor how much data is used?

0
I do know each key is limited to 64k, but it's safe to only limit yourself to 63k as the key uses some data itself. I am unsure of the total amount of data it can hold, though. I'd assume it's large though, so you wouldn't have to worry too much. User#2 0 — 10y
0
Can things like :SaveNumber() and :LoadNumber() be used to store player info across games, or is it still place to place? FromLegoUniverse 264 — 10y
0
Data Persistence is per-place, Data Store is per-game (universe), if I recall correctly. User#2 0 — 10y
0
Actually, Data Persistence is per-player. TheGuyWithAShortName 673 — 10y

1 answer

Log in to vote
0
Answered by
MunimR 125
10 years ago

There is no limit to how much is stored on the server, but each key is limited to 64k of information. The other limit is how many requests you can make per minute, you can only make 60 requests plus the number of players time 10. For more information go here

0
So, it can be used for player leaderstats? FromLegoUniverse 264 — 10y
0
For a global leaderboard? If so then. Yes. MunimR 125 — 10y
0
No, like the "Level", "Gold", and "Exp" of all players. FromLegoUniverse 264 — 10y
0
Depends do you want a leaderboard that ALL players can see? So you can have things like top 10 players and such? Or just a leaderboard for the players in the server? MunimR 125 — 10y
View all comments (5 more)
0
Uh... neither, like the leaderstats in the game.Players.player :P FromLegoUniverse 264 — 10y
0
... just use Int/Number/String Value...? How is that even related e_e MunimR 125 — 10y
0
Uh... limit for amount stored :P FromLegoUniverse 264 — 10y
0
...Ever heard of ConstrainedValues? IntConstainedValue? DoubleConstrainedValue? MunimR 125 — 10y
0
Ya... FromLegoUniverse 264 — 10y
Ad

Answer this question