Bases de Données / Databases

Site Web de l'équipe BD du LIP6 / LIP6 DB Web Site

Outils pour utilisateurs

Outils du site


site:recherche:logiciels:rdfdist

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 524288 bytes) in /home/bd-site/public_html/wiki/inc/DifferenceEngine.php on line 242
Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
site:recherche:logiciels:rdfdist [11/05/2015 16:58]
amine [Datasets excerpts]
site:recherche:logiciels:rdfdist [26/04/2017 13:06] (Version actuelle)
amann
Ligne 1: Ligne 1:
-===== RDFdist =====+{{indexmenu_n>1}} 
 + 
 +===== RDFdist : RDF distribution approaches using Spark =====
  
 This wiki page provides information about the experiments RDF distribution approaches using [[http://spark.apache.org/|Spark]]. This wiki page provides information about the experiments RDF distribution approaches using [[http://spark.apache.org/|Spark]].
Ligne 11: Ligne 13:
 We also created two queries for the [[https://www.wikidata.org/wiki/Wikidata:Main_Page|Wikidata]] dataset which are referred to as Query 5 and Query 6. We also created two queries for the [[https://www.wikidata.org/wiki/Wikidata:Main_Page|Wikidata]] dataset which are referred to as Query 5 and Query 6.
  
-===Query 1 (synthetic, LUMB)===+===Query 1 (synthetic, LUBM)===
 <code> <code>
 SELECT ?x ?y ?z  SELECT ?x ?y ?z
Ligne 154: Ligne 156:
 val takco : Long = 1115684864 val takco : Long = 1115684864
  
-def ajout(a : ListBuffer[(Long, Long, Long)], e: (Long, Long, Long) ) : ListBuffer[(Long, Long, Long)] = { 
- a += e 
- return a 
-} 
  
  // -----------------------------------------------------------  // -----------------------------------------------------------
Ligne 265: Ligne 263:
 ====Graph partitioning-based approaches==== ====Graph partitioning-based approaches====
  
-===Hunang Approach ===+===Huang Approach ===
 <code> <code>
 import org.apache.spark.HashPartitioner import org.apache.spark.HashPartitioner
Ligne 298: Ligne 296:
  val takco : Long = 1115684864  val takco : Long = 1115684864
  
-def ajout(a : ListBuffer[(Long, Long, Long)], e: (Long, Long, Long) ) : ListBuffer[(Long, Long, Long)] = { 
- a += e 
- return a 
-} 
  
  // -----------------------------------------------------------  // -----------------------------------------------------------
Ligne 857: Ligne 851:
  
 ===LUBM Univ1 === ===LUBM Univ1 ===