>
> Also, is there some significance to limiting the belongs lists to 30 items?
>

>From Google:

*Note:* The IN and != operators use multiple queries behind the scenes. For 
example, the IN operator executes a separate underlying datastore query for 
every item in the list. The entities returned are a result of the 
cross-product of all the underlying datastore queries and are 
de-duplicated. A maximum of 30 datastore queries are allowed for any single 
GQL query. 

-- 



Reply via email to