I see that there is a limit on player data per request(10) as well as value size (10,000) but I don't see a limit for how many player data in total I can have. I am expecting to have players with a maximum of 30-40 different keys with a one number value. Will this be an issue? Also, at certain points all of those keys will be called to see their value, is there a limit on reading the value or just updating?
Thanks!
Answer by v_humcin · Jun 26, 2019 at 10:35 PM
There is no hard limit on the number of player data entries but 30-40 keys is a reasonable amount. You will also be able to read all of these values at one time, the limit applies only to updating values.