You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Sebastian Schaffert (JIRA)" <ji...@apache.org> on 2013/02/15 11:21:13 UTC

[jira] [Created] (MARMOTTA-80) Improve KiWi SPARQL evaluation for certain queries

Sebastian Schaffert created MARMOTTA-80:
-------------------------------------------

             Summary: Improve KiWi SPARQL evaluation for certain queries
                 Key: MARMOTTA-80
                 URL: https://issues.apache.org/jira/browse/MARMOTTA-80
             Project: Marmotta
          Issue Type: Task
          Components: Triple Store
            Reporter: Sebastian Schaffert
            Assignee: Sebastian Schaffert
             Fix For: 3.1-incubating


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira