kjetilk / p5-atteanx-query-cache

Experimental prefetching SPARQL query cacher, take 2
0 stars 1 forks source link

Exploit SPARQL 1.1 VALUES #11

Open kjetilk opened 8 years ago

kjetilk commented 8 years ago

Data from the cache could be used to constrain a query using VALUES.

kjetilk commented 8 years ago

This is something I envision could have a major impact, especially in the cases where we have a cache, and we break the query up to individual triple patterns to avoid sending a cartesian to the remote endpoint. Then, this could be used to reduce the size of the result based on what we have in the cache.