Have you done any testing with this on an appspot instance?

It has been a while since I last looked at the SDKs handling of this,
but it was a little different last I knew.



Robert



On Sat, May 19, 2012 at 12:14 AM, Kaan Soral <kaanso...@gmail.com> wrote:
> 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to