question

Deekshith avatar image
Deekshith asked

Limitation on number of key/value pairs in player data

Is there any limitation on total number of key/value pairs in player data?

I cannot see it anywhere specified in the limits page

Player Datalimits
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Specifically, the limit is on the number of Key/Value Pairs (KVPs) that can be read or written at a time. And since the number of API calls any given client can make per minute is also limited, it's a good idea to keep the total down to a reasonable level. The most KVPs that can be written to at once it 10, so the recommendation would be to keep it around that level.

But I'd also point out that the newer Entity Object and File system is the newer data model, and far more efficient. I'd really recommend using that, instead of the legacy data system.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.