On Wed, Mar 3, 2010 at 9:30 AM, vendor.net <[email protected]> wrote: > > If someone has a better solution :)
If you can handle a bit of latency, install PostGIS on a cloud server and keep the raw data (just id, lat, lon) synced using timestamps. Aside from gaining rich spatial index and query support, you can scale your spatial queries just by adding more PostGIS servers. Trying to do spatial queries on appengine is a definite square-peg-round-hole problem. Appengine is not "all or nothing". Jeff -- 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.
