Advertisement
kjetilk

Expected plan

Feb 16th, 2016
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Expecting this plan:
  2. - Hash Join { s } (cost: 2685)
  3. - NestedLoop Join (cost: 2480)
  4. - LDFTriple { ?a, <http://example.org/m/b>, <http://example.org/m/c> } (cost: 62)
  5. - Hash Join { s } (cost: 4)
  6. - Table (?s)
  7. - {s=<http://example.org/foo>}
  8. - {s=<http://example.org/bar>} (cost: 2)
  9. - Table (?s, ?o)
  10. - {o=<http://example.org/bar>, s=<http://example.org/foo>}
  11. - {o=<http://example.org/baz>, s=<http://example.com/foo>}
  12. - {o=<http://example.org/foobar>, s=<http://example.com/foo>} (cost: 2)
  13. - SPARQLBGP (cost: 205)
  14. - Quad { ?s, <http://example.org/m/q>, ?.blank-0, <http://test.invalid/graph> }
  15. - Quad { ?s, <http://example.org/m/q>, <http://example.org/m/a>, <http://test.invalid/graph> }
  16.  
  17.  
  18. Getting this plan:
  19. - Hash Join { s } (cost: 40245)
  20. - NestedLoop Join (cost: 40040)
  21. - SPARQLBGP (cost: 1001)
  22. - Quad { ?a, <http://example.org/m/b>, <http://example.org/m/c>, <http://test.invalid/graph> }
  23. - Hash Join { s } (cost: 4)
  24. - Table (?s)
  25. - {s=<http://example.org/foo>}
  26. - {s=<http://example.org/bar>} (cost: 2)
  27. - Table (?s, ?o)
  28. - {o=<http://example.org/bar>, s=<http://example.org/foo>}
  29. - {o=<http://example.org/baz>, s=<http://example.com/foo>}
  30. - {o=<http://example.org/foobar>, s=<http://example.com/foo>} (cost: 2)
  31. - SPARQLBGP (cost: 205)
  32. - Quad { ?s, <http://example.org/m/q>, ?.blank-0, <http://test.invalid/graph> }
  33. - Quad { ?s, <http://example.org/m/q>, <http://example.org/m/a>, <http://test.invalid/graph> }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement