Hi Herbert,

A query like this will use the merge join strategy by default. If it's too
slow for the merge join strategy, you could have to build a custom index for
it, which would indeed be 'exploding'  - each User entity would have
len(friends)*len(likes) index entries.

-Nick

On Mon, Apr 26, 2010 at 3:20 PM, Herbert <herber...@gmail.com> wrote:

> Sorry, suddenly got a thought on it.
>
> Can I do two equality check on both User.friends and User.likes ?
> would that be cause an "exploding index?"
>
> I.E. User.all().filter("friends =", me).filter("likes =", A).fetch(3)
>
> thanks!
> Herbert
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
Registered in Dublin, Ireland, Registration Number: 368047
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

-- 
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-appeng...@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