[Developers] Query worked last night, today it times out
Mike Travers
mt at alum.mit.edu
Mon Apr 9 20:02:08 UTC 2007
I made a simple page with mjt to show the most recently created
objects, using this query:
[{
"creator":{name: null},
"limit":100,
"name":null,
"id": null,
"sort":"-timestamp",
"timestamp":null,
"type": [{name: null, id: null}]
}]
This worked fine until this morning, now it doesn't. It appears to be
timing out (when I run it from the query editor page). Removing the
"type" clause seems to fix the timeout, but I'd like to be getting
that information.
Maybe this is a bad query to be doing since it ranges over the whole
universe. But it's strange that the behavior changed abruptly. It
works OK on sandbox.
Mike
More information about the Developers
mailing list