I've just checked out the latest git HEAD, compiled and installed, and when running the following query:
SELECT (count(?s) as ?count) WHERE { GRAPH <
http://graph/uri/goes/here> { ?s ?p ?o } }
with a soft-limit of -1, requests to the /status/ URI on 4s-http yields the following:
SPARQL httpd server status - size
KB pjohn
ID� | Segment # | quads (s) | quads (sr) | models | resources |
| Unexpected error fetching size info from segment |
| Unexpected error fetching size info from segment |
| Unexpected error fetching size info from segment |
| Unexpected error fetching size info from segment |
| Unexpected error fetching size info from segment |
| Unexpected error fetching size info from segment |
| Unexpected error fetching size info from segment |
| Unexpected error fetching size info from segment |
| Total | 184 | +237607112 | 29787616 | 2109088091008 |
|---|
is that expected behaviour? The triple count query also took a lot longer than I remember. This particular graph has just north of 90 million triples in it.
Running a concurrent query was also very slow.
Regards,
Phil.