Hi guys, I've got a small question. I have a database where I store information about houses and now I want to be able to find all houses that meet these criteria : size is more than 150sm and less than 200sm, price is in range [200K , 250K], located in this bounds [GeoPoint northWest, GeoPoint southEast]. So am I right in thinking that i'm in big trouble. Is there a cure? I have only one idea : extract all entries from db and then filter these entries "maually". My db can contain up to 50K entries, so in your opinion, is it normal to parse such nuber of objects inside http request? any thought?
Thanks. Maxim -- 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.
