kjetilk / p5-atteanx-query-cache

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

Bare quads #3

Closed kjetilk closed 8 years ago

kjetilk commented 8 years ago

There are some bare quads still in the plans, e.g.:

- Hash Join { s } (distinct)
-   Quad { ?a, <c>, ?s, <http://test.invalid/graph> }
-   Hash Join { o }
-     Table (?s, ?o)
-       {o=<http://example.org/baz>, s=<http://example.com/foo>}
-       {o=<http://example.org/foobar>, s=<http://example.com/foo>}
-       {o=<http://example.org/bar>, s=<http://example.org/foo>}
-     SPARQLBGP
-       Quad { ?o, <b>, "2", <http://test.invalid/graph> }

They should always be wrapped by a SPARQLBGP

kjetilk commented 8 years ago

Should be OK