Make Jena TDB storage able to perform native SPARQL queries
-----------------------------------------------------------

                 Key: CLEREZZA-466
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-466
             Project: Clerezza
          Issue Type: Improvement
            Reporter: Olivier Grisel


Currently sparql engines and triple store implementations are fully isolated by 
a generic wrapper that prevent TDB backed store to perform sparql queries as 
efficiently as possible.

Proposed solution by Reto on the developers mailing list:

TcProvider can Implement an additional Subinterface (say SparqlTcProvider) 
allowing to pass Sparql-queries to them. If a sparql query affects only graphs 
provided by the same SparqTcProvider the the query is forwarded to that 
provider, otherwise the current process applies.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to