question

jeffrbake avatar image
jeffrbake asked

Database for server side operations

Is there a database that we can use for server-side operations in our game, that is separate from the player-owned 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

·
Seth Du avatar image
Seth Du answered

For now, PlayFab doesn’t support this feature, you may need to implement an external database. Moreover, please feel free tell us if you have any specific requirements so that we can come out work around solutions.

1 comment
10 |1200

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

jeffrbake avatar image jeffrbake commented ·

Thank you for your reply. Currently we are using redis for an in-memory database, but eventually we will need a database to query from. As far as requirements from you guys, having a sql database that we can query and run procs on would be great. Tie it in so we can use the playfab api to access it (something like Playfab.callProc('ProcName', [values]).

0 Likes 0 ·

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.