Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We are currently relying completely on the in-memory evaluation of SPARQL queries, which is inefficient in certain cases, e.g. complex joins or simple queries. We should therefore implement an evaluation strategy that allows more efficiently evaluating certain parts of a SPARQL query, e.g.:
- joins between triple patterns
- certain kinds of filter joins
- simple aggregation queries
The rest should be based on the normal evaluation strategy offered by Sesame.
Attachments
Issue Links
- supercedes
-
MARMOTTA-10 implement native SPARQL
- Resolved