question

Denzie Gray avatar image
Denzie Gray asked

UserData Questions

Is there a list for speeds of uploads/downloads of the KVP?
What I mean is - How much kb/s is something like GetUserInternalData or UpdateUserInternalData?

In regards to the 300,000 byte limit, can that be increased?

Also is there a list with a breakdown of the data types and which limit they correspond to?
like: https://community.playfab.com/questions/5877/is-userdata-essentially-usertitledata.html

Explains that UserData is UserTitleData which I can now find on the Limits page.
Is there a broader list of more mappings?

Player DataTitle DatalimitsdataCharacter Data
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

·
Sarah Zhang avatar image
Sarah Zhang answered

>> Is there a list for speeds of uploads/downloads of the KVP?

There is no such a list or documentation shows the speed of upload/download of the KVP. You can use the external REST API testing tool, such as Postman to do the API request testing, then estimate the speed of data transmission. You can refer to the documentation -- https://docs.microsoft.com/en-us/gaming/playfab/sdks/postman/postman-quickstartThe to test PlayFab API in the Postman. The specific speed of download or upload would be affected by many external factors such as the network conditions.

> > In regards to the 300,000 byte limit, can that be increased?

If your account in Premium Plan, you could have the higher limit. For the clarification, the higher limit may result in higher costs as it will allow greater consumption. If you want to upgrade the limit, please ensure the developer account has been upgraded to Premium Plan, then you can navigate to [Game Manger]->”?”icon->[Contact Us] to open a support ticket to us.

>> Also is there a list with a breakdown of the data types and which limit they correspond to?

You can refer to this documentation -- https://docs.microsoft.com/en-us/gaming/playfab/features/data/playerdata/ to learn more about player data’s access model. UserData is available to your title client to read and update. UserReadOnlyData only can be created or updated by your server. UserInternalData is visible to the player and can only be modified by the server. The above types of user data are all user title data. PublisherData, PublisherInternalData, PublisherReadOnlyData are all user studio data. The limits of PlayerData apply to all user data mentioned above.

5 comments
10 |1200

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

Denzie Gray avatar image Denzie Gray commented ·

If your account in Premium Plan, you could have the higher

Is it possible to increase the limit in the new Pay As You Go plan? And can other limits be increased too?

0 Likes 0 ·
Sarah Zhang avatar image Sarah Zhang Denzie Gray commented ·

The Pay-As-You-Go account can't upgrade the title's limits. To request the limits upgrade, title developers need to upgrade the account to Premium Plan.

0 Likes 0 ·
Denzie Gray avatar image Denzie Gray Sarah Zhang commented ·

Ah ok, so I must first upgrade to premium and then send a support ticket for the increase?

This is a guaranteed process?

Assuming the limit increase request is reasonable of course.

0 Likes 0 ·
Show more comments

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.