On 11 September 2011 18:17, Gerald Tan <woefulwab...@gmail.com> wrote:
> I'm ok with that.

cool

>
> Your next concern would be the Datastore Reads. I think you should be able
> to bring that down a lot by using memcache and/or combining your monitors
> into a few entities. I'm not familiar with python, but I believe you can use
> pickle to serialize an array of monitors into a blob which you can store as
> one entity. You may need to split your list of monitors into a few groups to
> stay under the max entity size of 1MB, but this will drastically cut down on
> the number of reads that you need, especially if you combine with a
> memcache.

Oh, I don't need to visit all the monitors, far from it. It's just a
bit of crap code doing that which needs to be refactored out entirely.

>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/3QXRW2UJcB8J.
> To post to this group, send email to google-appengine@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.
>



-- 
Emlyn

http://my.syyn.cc - Synchonise Google+, Facebook, WordPress and Google
Buzz posts,
comments and all.
http://point7.wordpress.com - My blog
Find me on Facebook and Buzz

-- 
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-appengine@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