[Developers] query timeout
Augusto Callejas
acallejas at appliedminds.com
Thu Aug 21 18:14:01 UTC 2008
hi-
i consistently get a query timeout on this query:
=====
{
"/type/reflect/any_value" : [
{
"link" : {
"master_property" : null,
"operation" : null,
"timestamp" : null,
"timestamp>=" : "2008-08-20T02:29:19.739Z",
"valid" : null
},
"sort" : "link.timestamp",
"value" : null
}
],
"guid" : null,
"type" : [],
"type|=" : [
"/organization/organization",
"/organization/organization_membership",
"/tv/tv_actor",
"/tv/regular_tv_appearance",
"/tv/tv_program",
"/people/person",
"/film/actor",
"/film/performance",
"/film/film",
"/music/album",
"/music/artist",
"/music/musical_group",
"/dining/restaurant",
"/people/marriage",
"/location/location",
"/religion/religion",
"/business/company"
]
}
=====
the timeout message looks like:
=====
[java] {
[java] "status": "200 OK",
[java] "query0": {
[java] "code": "/api/status/error",
[java] "messages": [
[java] {
[java] "info": {
[java] "host": "graph03.p01.sfo1.metaweb.com",
[java] "detail": [
[java] "timed out"
[java] ],
[java] "timeout": 8.0,
[java] "port": 8100
[java] },
[java] "message": "Query timeout",
[java] "code": "/api/status/error/mql/timeout"
[java] }
[java] ]
[java] },
[java] "code": "/api/status/ok"
[java] }
=====
should i expect this query to timeout in general? or is there something
wrong with the database host?
thanks,
augusto.
More information about the Developers
mailing list