en:site:recherche:logiciels:sparqlwithspark:star
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:site:recherche:logiciels:sparqlwithspark:star [15/09/2016 09:24] – [Plan for Spark v1.5] hubert | en:site:recherche:logiciels:sparqlwithspark:star [16/09/2016 23:09] (current) – [SPARQL Hybrid DF : plan for Spark v1.5] hubert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Star shape queries over DrugBank ====== | + | {{indexmenu_n> | 
| - | SPARQL queries | + | ====== Star shape query plans====== | 
| - | Star with 3 branches | + | === SPARQL SQL for a star with 3 branches  | 
| - | <code> | + | < | 
| - | SELECT ?x ?a ?b | + | |
| - | WHERE { | + | |
| - |  ?x < | + | |
| - |  ?x < | + | |
| - |  ? | + | |
| - | </ | + | |
| - | + | ||
| - | SPARQL SQL | + | |
| - | <code> | + | |
| SELECT t1.s, t2.o, t3.o | SELECT t1.s, t2.o, t3.o | ||
| FROM triple t1, triple t2, triple t3 | FROM triple t1, triple t2, triple t3 | ||
| Line 24: | Line 15: | ||
| </ | </ | ||
| - | Star with 5 branches | ||
| - | < | ||
| - | SELECT ?x ?a ?b ?c ?d | ||
| - | WHERE { | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ? | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - | } | ||
| - | </ | ||
| - | Star with 10 branches | ||
| - | < | ||
| - | SELECT ?x ?a ?b ?c ?d ?g ?h ?i | ||
| - | WHERE { | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ? | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | Star with 15 branches | ||
| - | < | ||
| - | SELECT ?x ?a ?b ?c ?d ?g ?h ?i ?j ?k ?l | ||
| - | WHERE { | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ? | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - |  ?x < | ||
| - | </ | ||
| ==== SPARQL Hybrid DF : plan for Spark v1.5==== | ==== SPARQL Hybrid DF : plan for Spark v1.5==== | ||
| - | < | + | < | 
| import scala.collection.mutable.ListBuffer | import scala.collection.mutable.ListBuffer | ||
| import scala.collection.mutable.ArrayBuffer | import scala.collection.mutable.ArrayBuffer | ||
en/site/recherche/logiciels/sparqlwithspark/star.1473924266.txt.gz · Last modified:  by hubert
                
                