python - Datastore vs Memcache for high request rate game -
i have been using datastore ndb multiplayer app. appears using lot of reads/writes , undoubtedly go on quota , cost substantial amount.
i thinking of changing game data stored in memcache. understand data stored here can lost @ time, data needed for, @ most, 10 minutes , it's game, wouldn't bad.
am right move solely use memcache, or there better method, , memcache 'free' short term data storage?
yes, memcache free , can use free "datastorage". keep in mind can purged @ time (more purged if heavily used) , not available. check memecache availability use capabilities api.
Comments
Post a Comment