Improvement CORE-248
1 vote

Triple Pattern matching should not need to check every returned Triple for match

Created by Rob Vesse on 7/9/2012 5:54 PM Last Updated by Rob Vesse on 8/1/2012 11:25 PM
%
 (hrs)
Logged: 0  (hrs)

 Description

Currently the triple pattern matching in the SPARQL engine has to check that every Triple returned by calls to GetTriplesWithXY() on a ISparqlDataset actually returns the correct triples using equality checks because with some of our in-memory indexes they aren't guaranteed to return exactly the triples asked for due to the way we currently handle collisions.

 

If CORE-247 gets completed then we can remove this requirement since it will guarantee that our index structures always return only the things they are asked for

There are no comments for this issue.