Re: [google-appengine] At what point is querying down a hierarchical tree faster than querying through all the end nodes?

2015-08-18 Thread Sanket More
15 at 5:41:25 PM UTC-7, Karl MacMillan wrote: > > > > On Sunday, August 16, 2015, Sanket More > > wrote: > >> Hey Nick! >> >> After I submitted my question, I went through lots of information sources >> and gathered some information. >> I feel like

[google-appengine] Re: At what point is querying down a hierarchical tree faster than querying through all the end nodes?

2015-08-16 Thread Sanket More
Hey Nick! After I submitted my question, I went through lots of information sources and gathered some information. I feel like my question was based on many misconceptions about google app engine's datastore. I think I have a strategy for the restaurant problem. The user will provide me with co

[google-appengine] At what point is querying down a hierarchical tree faster than querying through all the end nodes?

2015-08-16 Thread Sanket More
Hello! I am having so much trouble understanding datastore queries! This is my problem. I can't seem to figure out whether querying from the top of a tree down to a end node is faster than querying through all end nodes. I don't care about write cost or about transactions, I just want to know wha