question

junjie avatar image
junjie asked

PlayFab Storing Infinitely growing logs

Hi. is there any ways for PlayFab to storing infintely growing logs (Logs like EndBattleLogs/UserTransactionLogs) or do we need to use third party services like Microsoft Azure SQL or AWS SQL for that? Thanks

Player 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

·
Xiao Zha avatar image
Xiao Zha answered

PlayFab provides Entity Files to store large data for players, but Entity File cannot be updated incrementally, each update requires downloading the old file and add content before re-uploading. So, if the Entity File cannot meet your requirement, you could try using an external database, such as Azure SQL Database as you mentioned.

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.