[Developers] query timeout

Augusto Callejas acallejas at appliedminds.com
Thu Aug 21 18:25:48 UTC 2008


well, i'm only asking for literal properties that have been updated or
deleted after a certain period in time:

        "timestamp>=" : "2008-08-20T02:29:19.739Z",

is the timestamp filter being applied only until the end?

also, are you saying that the default limit (100) is too much?
that i should be providing a limit lower than 100?

thanks,
augusto.


On 8/21/08 11:16 AM, "Christopher R. Maden" <crism at metaweb.com> wrote:

> Augusto Callejas wrote:
> i consistently get a query timeout on this query:
>
> 
> should i expect this query to timeout in general?  or is there something
>
> wrong with the database host?

Let¹s see: you¹re asking for all the types and
> literal properties of 
every instance of a whole pile of types?  Yeah, I¹d say
> you should 
expect that to timeout! (-:

I think you are going to need to
> throw a limit clause in there; it 
defaults to 100, and that will be a lot for
> a query like this.

~Chris




More information about the Developers mailing list