I am trying to rewrite my custom mapreduce with NDB
For the above code:
gg=AModel.query()
#gg=gg.order(ndb.GenericProperty('__scatter__'))
logging.info(len(gg.fetch(5000,keys_only=True)))
The result is ~200
If you remove the comment and fetch only properties with __scatter__'s the
result is ~100 (~50%)
I have wiped the DB, created it again several times and the results were
consistent.
Normally the __scatter__ probability should be 0.2%
What could be the reason? [The experiment is on SDK]
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/Wh7r-9vacQ8J.
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.