[google-appengine] Re: Fast.

2013-09-06 Thread alex
Ah, sorry. I must've mistaken it for Cloud Endpoints :( On Thursday, September 5, 2013 7:38:41 PM UTC+2, Jason Collins wrote: > > To be clear, I'm talking about regular old webapp2 endpoints. > > So the performance gains I'm (subjectively) seeing would be due to > datastore latency or the genera

[google-appengine] Re: Fast.

2013-09-05 Thread Jason Collins
To be clear, I'm talking about regular old webapp2 endpoints. So the performance gains I'm (subjectively) seeing would be due to datastore latency or the general application server boilerplate. Or, dream-of-dreams, optimizations to the down-deep protobuf deserialization (Python). BTW, we use

[google-appengine] Re: fast bounding-box geo queries?

2010-10-06 Thread Zarko
Hi Josh, The GeoModel bounding-box performance depends on the "zoom level" the query is running. As the box get smaller in size (closer bound coordinates) the performance is better, this is because you query on less squares (see Geohash http://en.wikipedia.org/wiki/Geohash for more info) It also d

[google-appengine] Re: fast bounding-box geo queries?

2010-10-05 Thread Niklasro
On Oct 5, 9:48 pm, Josh Haberman wrote: > I was looking at GeoModel, which has nice functionality for bounding- > box geo > queries:http://code.google.com/apis/maps/articles/geospatial.htmlhttp://code.google.com/p/geomodel/ > > Unfortunately, the demo application is quite slow.  Queries often t