question

Vassilis Niko avatar image
Vassilis Niko asked

Should I use Title Data for recurrently updated data?

I’m making a live trivia functionality in a game where I’ve already implemented Playfab for login and player stats.

Can I use Title data as the field to update the questions in real time (via Admin API)? There is other place to put it ( for event base real time DB) or should I just look for another solution.

Title 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

Title Data can not be used for frequent updates because it is cached and sharded resource, hence players cannot get a persistent and latest result immediately. Usually, Title Data can be static global data for reference, and shouldn’t be updated frequently.

I believe your scenario will require an external database server.

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.