[google-appengine] Re: All Read Please: Geographical Request Latency

2009-08-14 Thread ajacks504
New Orleans, LA : 170 - 185 ms On Aug 14, 7:12 am, Martyn martyn.cutc...@googlemail.com wrote: Okay, just spoke with a network expert. He suggests that Google are any-casting the DNS.  So the pet- software ping is not really doing a round-trip to the app-server. Where perhaps the

[google-appengine] Re: Number of Entities in DataStore

2009-08-13 Thread ajacks504
thanks for the responses guys. I think i'm getting the hang of things here... 2- i dont know how to grab the decimated data in a way that wont be computationaly expensive You could add a property that you set randomly to a number between 0 and 9. Fetching every record where that property

[google-appengine] Re: Number of Entities in DataStore

2009-08-13 Thread ajacks504
and roll up data in increasingly larger chunks based on how old it is. thanks again. On Aug 13, 10:30 am, Nick Johnson (Google) nick.john...@google.com wrote: On Thu, Aug 13, 2009 at 4:26 PM, ajacks504 adam.p.jack...@gmail.com wrote: thanks for the responses guys.  I think i'm getting the hang

[google-appengine] Number of Entities in DataStore

2009-08-11 Thread ajacks504
Hi All, I'm really new to python and databases period, so please take it easy on me, im trying to learn. im trying to roll my own energy monitor and i cant really figure out how to get the number of entities in my data store. class PowerData(db.Model): date =