That is a really strange way to persist and retrieve data.  I think
logging is fairly reliable, but I don't see any reason to do it that
way when the datastore is available.

-mike

On Mar 10, 5:38 pm, Spines <kwste...@gmail.com> wrote:
> I'm wondering how reliable are the app engine logs?  If I call
> Logger.info("something"), and the call succeeds, will the entry
> definitely show up in the logs? Or might it sometimes silently fail?
>
> I have some data I have to persist with every request, but I will only
> read the data once, about 30 minutes later by an offsite computer.
> Since the datastore is optimized for read efficiency, rather than
> write efficiency, this makes it a bad candidate for this need.
>
> I'm wondering if simply logging the data would work.  I can
> Logger.info() the data I need to persist with every request, and my
> offsite computer can download the logs every 30 minutes.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to