Geoffrey, >> - a report application that grabs the data via api calls to a data >> store app, does processing and shoves it in memcache. > > Relying on memcache as reliable storage even temporarily is almost > certainly a bad idea.
Agreed. But a report server would not be doing so. If the data is not available via memcache it would grab it via api calls to the data store app. Ok slower then than direct bigtable access but just the same principal (except maybe you add a bit more processing between bigtable and memcache to get the data ready for the report). Dave-- Dave Warnock: http://42.blogs.warnock.me.uk --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
