Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Hjfocs | T185571 Prepare 2.0 alpha release | |||
| Resolved | Hjfocs | T185576 Improve performance of the search service |
Event Timeline
Comment Actions
- no parameters given = slow: GRAPH ?g { ?s ?p ?o };
- with dataset = slow, e.g., 31sec, 366ms: GRAPH <$dataset> { ?s ?p ?o};
- with property = fast, e.g., 455ms GRAPH ?g { ?s $property ?o };
- with value = slow: GRAPH ?g { ?s ?p ?o { SELECT ?o WHERE { ?o ?x $value} };
- with property and value = slow
Comment Actions
sed -n '${OFFSET},${LIMIT}'p ${QUICKSTATEMENT_DATASET} would actually do the job when no property and/or value are given!