Hi Nick, I know every write to Datastore creates an index entry for each indexable value. But when a value is not set (None) will an index entry be created?
My doubt is, is it better to let a property None and then filter by property=None or set the with something e.g property="-1" and then filter by property="-1". Because I'm leaving a property as None and then doing some stuff with those entity with None but this is generating more DeadLineExcedeed errors as expected (even decreasing the number of entities to fetch) so I think maybe the filter is getting to much time and I don't know what else could be. Thanks in advance. -- Jairo Vasquez Moreno Mentez Developer www.mentez.com Medellin - Colombia -- 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.
