Skip to content

Commit ce9d7b3

Browse files
Update README.md
1 parent a2afec6 commit ce9d7b3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ We present a systematic comparison of three relevant RDF relational schemas such
2424
<p align="center"><img src="images/pt1.png" alt="spark"></p>
2525

2626

27+
For our new extension of the Phase #2 of this paper, we include two other Relational schemata to our experiemtns (The Wide Property Table ["WPT"], and the Extended Vertical Tables ["ExtVP"]).
28+
29+
**Wide Property Table** extends the PT schema for optimizing star-shaped SPARQL queries. WPT aims at representing the whole RDF dataset into a single unified table. Such table uses all RDF properties in the dataset as columns.
30+
31+
<p align="center"><img src="images/wpt.png" alt="spark"></p>
32+
2733
### Storage Backends
2834
-----
2935
We evaluate the performance of SparkSQL querying engine for processing SPARQL queries using two different storage backends, namely, _Hive_, and _HDFS_. For the latter one, we compare four different data formats (_CSV_, _ORC_, _Avro_, and _Parquet_).

0 commit comments

Comments
 (0)