Hi,
We're gradually adding support for asynchronous RPC calls; sooner or later
that will probably include updating the db module to support them, and thus
adding the capability to execute these queries in parallel. It's unlikely
the 30 query limit will be removed - 30 queries is a lot to execute at once,
and if you want more, you should probably modify your app to handle things
more efficiently.

-Nick Johnson

On Wed, Sep 23, 2009 at 6:30 AM, ten_foot_ninja <[email protected]> wrote:

>
> Hello,
> Right now, I can only have 30 items in an IN or != sub query.
>
> Also, I understand that these sub queries are done in sequence so
> there isn't any performance difference between using IN and just
> looping over an array of keys and fetching each record using the key
> in the current iteration.
>
> Does Google plan on running IN and != queries asyncronously any time
> soon to boost performance?
> Also, are there any plans to loose the (rather lame) 30 sub query
> limit?
>
> Thanks!
>
>
>
> >
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine
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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to