Advertisement
kjetilk

join rotation problems

Feb 16th, 2016
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. Seeking to rotate:
  2. - Hash Join { s }
  3. - NestedLoop Join
  4. - LDFTriple { ?a, <http://example.org/m/b>, <http://example.org/m/c> }
  5. - Hash Join { s }
  6. - Hash Join { s }
  7. - Table (?s)
  8. - {s=<http://example.org/foo>}
  9. - {s=<http://example.org/bar>}
  10. - Table (?s, ?o)
  11. - {o=<http://example.org/bar>, s=<http://example.org/foo>}
  12. - {o=<http://example.org/baz>, s=<http://example.com/foo>}
  13. - {o=<http://example.org/foobar>, s=<http://example.com/foo>}
  14. - SPARQLBGP
  15. - Quad { ?s, <http://example.org/m/q>, ?.blank-0, <http://test.invalid/graph> }
  16. - SPARQLBGP
  17. - Quad { ?s, <http://example.org/m/q>, <http://example.org/m/a>, <http://test.invalid/graph> }
  18.  
  19. Disallowing rotation, just 1 quad.
  20. Seeking to rotate:
  21. - Hash Join { s }
  22. - SPARQLBGP
  23. - Quad { ?s, <http://example.org/m/q>, <http://example.org/m/a>, <http://test.invalid/graph> }
  24. - NestedLoop Join
  25. - LDFTriple { ?a, <http://example.org/m/b>, <http://example.org/m/c> }
  26. - Hash Join { s }
  27. - Hash Join { s }
  28. - Table (?s)
  29. - {s=<http://example.org/foo>}
  30. - {s=<http://example.org/bar>}
  31. - Table (?s, ?o)
  32. - {o=<http://example.org/bar>, s=<http://example.org/foo>}
  33. - {o=<http://example.org/baz>, s=<http://example.com/foo>}
  34. - {o=<http://example.org/foobar>, s=<http://example.com/foo>}
  35. - SPARQLBGP
  36. - Quad { ?s, <http://example.org/m/q>, ?.blank-0, <http://test.invalid/graph> }
  37.  
  38. Disallowing rotation, just 1 quad.
  39. Seeking to rotate:
  40. - NestedLoop Join
  41. - NestedLoop Join
  42. - LDFTriple { ?a, <http://example.org/m/b>, <http://example.org/m/c> }
  43. - Hash Join { s }
  44. - Hash Join { s }
  45. - Table (?s)
  46. - {s=<http://example.org/foo>}
  47. - {s=<http://example.org/bar>}
  48. - Table (?s, ?o)
  49. - {o=<http://example.org/bar>, s=<http://example.org/foo>}
  50. - {o=<http://example.org/baz>, s=<http://example.com/foo>}
  51. - {o=<http://example.org/foobar>, s=<http://example.com/foo>}
  52. - SPARQLBGP
  53. - Quad { ?s, <http://example.org/m/q>, ?.blank-0, <http://test.invalid/graph> }
  54. - SPARQLBGP
  55. - Quad { ?s, <http://example.org/m/q>, <http://example.org/m/a>, <http://test.invalid/graph> }
  56.  
  57. Disallowing rotation, just 1 quad.
  58. Seeking to rotate:
  59. - NestedLoop Join
  60. - SPARQLBGP
  61. - Quad { ?s, <http://example.org/m/q>, <http://example.org/m/a>, <http://test.invalid/graph> }
  62. - NestedLoop Join
  63. - LDFTriple { ?a, <http://example.org/m/b>, <http://example.org/m/c> }
  64. - Hash Join { s }
  65. - Hash Join { s }
  66. - Table (?s)
  67. - {s=<http://example.org/foo>}
  68. - {s=<http://example.org/bar>}
  69. - Table (?s, ?o)
  70. - {o=<http://example.org/bar>, s=<http://example.org/foo>}
  71. - {o=<http://example.org/baz>, s=<http://example.com/foo>}
  72. - {o=<http://example.org/foobar>, s=<http://example.com/foo>}
  73. - SPARQLBGP
  74. - Quad { ?s, <http://example.org/m/q>, ?.blank-0, <http://test.invalid/graph> }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement