Re: Tips on speeding up OR queries?

2008-12-02 Thread Richie
Maybe you can do it in Javascipt on the Browser? Richard On Dec 2, 3:24 am, Andrew Badera [EMAIL PROTECTED] wrote: Which reinforces my it's a GAE problem stance ... GAE needs to accept the reality of the demands that will be placed on that system. Long-running operations against foreign

Re: Tips on speeding up OR queries?

2008-12-02 Thread Chad Etzel
I do OR queries through the search API all day long and they are always blazingly fast from my perspective. Do you have some numbers you could share regarding the time it takes to do the query? Also, having the client do it in their browser through javascript is also a very easy and viable

Re: Tips on speeding up OR queries?

2008-12-02 Thread Amir Michail
On Dec 2, 11:24 am, Chad Etzel [EMAIL PROTECTED] wrote: I do OR queries through the search API all day long and they are always blazingly fast from my perspective.  Do you have some numbers you could share regarding the time it takes to do the query? Queries of this form can be very slow:

Tips on speeding up OR queries?

2008-12-01 Thread Amir Michail
Hi, OR search queries can take a long time and are causing lots of timeouts with google app engine. Amir

Re: Tips on speeding up OR queries?

2008-12-01 Thread Andrew Badera
The timeout I see as more of a GAE issue, not a Twitter one. You get what you pay for, on both sides of that equation. No SLA, no billing from Twitter, beta and no billing on GAE's part ... and I think we can agree, GAE hasn't been particular forthcoming nor cooperative about what constitutes a

Re: Tips on speeding up OR queries?

2008-12-01 Thread Andrew Badera
Which reinforces my it's a GAE problem stance ... GAE needs to accept the reality of the demands that will be placed on that system. Long-running operations against foreign servers is one among many such issues. On Mon, Dec 1, 2008 at 9:23 PM, Amir Michail [EMAIL PROTECTED] wrote: On Dec 1,