バージョン 100 (更新者: wu, 11 年 前)

--

Load:

Endpoint Cell Cycle Ontology Allie PDBj UniProt? DDBJ
Virtuoso(min) 4 47 92 3508mins(2488+1020) 4759mins(79hs19mins)
OWLIM-SE(min) 322 140 3770mins(62hs50mins) 7750mins(129hs10mins)
Bigdata(min) 3 272 1158mins(19hs18mins)XX
4Store (min) 2 12 4834 # #
Mulgara(min) 10 86 X X X

Virtuoso: It includes a cost,1020 minutes to decompress and split the data set.

4store: # We do not test 4Store on larger data set because its scalability is not ideal. From about 100M Allie data set to 500M PDBJ data set the time cost increases 400 times.

X: Some Problem occurred when uploading the data. Please refer to its uploading procedure for details.

Space used:

Endpoint Cell Cycle Ontology Allie PDBj UniProt? DDBJ
Virtuoso 0.84G 6.4G 30G 308G 538G
OWLIM-SE 3.7G 8.2G 27 G 213G 513G
Bigdata 0.78G 6.2G 34 G XX
4Store 2.2G 14.7G 66G X X
Mulgara 2.4G 15.8G X X X

Query for Cell Cycle Ontology:

Endpoint case1 case2 case3 case4 case5 case6 case7 case8 case9 case10 case11 case12 case13 case14 case15 case16 case17 case18 case19
Virtuoso (ms) 24 2 23280342500130735756241212019515605846151616721
OWLIM-SE(ms) 121 9 2740 5 149 1722 3 39 25 1 6 47 2 1 52779 7 4 24 17
Bigdata(ms) 282 35 3247 13 52 3320 11 93 47 10 20 27 5 6 18126 XXX 30
4Store (ms) 56 18 1236 13 33 64 22 67 2035 7 6 1563 8 7 * XXX 15
Mulgara(ms) 1294 20 2207 9 343 2325 32 5833414X96XXXX38

X or * shows that the endpoint does not support "count()" function or some unsupported function causes a wrong result.

The pie chart shows that how many percent an end point accounts for the fastest performers.

The data shows that in the cell cycle queries on the 10 million or so triples:

(1)Virtuoso and OWLIM-SE supports more query. In some cases Virtuoso response fast but some others cost far more than others, such as case5 and case19;

(2)OwlimSE totally perform better and has no worst case;

(3)Bigdata and Mulgara perform averagely well;

(4) 4Store do not support count() and give no response in case15. However it performs distinctively better in some cases such as case5 and case6.

Query for Allie:

Endpoint case1 case2 case3 case4 case5
Virtuoso (ms) 23 1413 152 95 27299
OWLIM-SE(ms) 136 1530 1091 31 78942
Bigdata(ms) 365 690 1779 98 38523
4Store (ms) X 217 X X 65128
Mulgara(ms) 373 121 X X X

4Store: Donot support "lang()" function.

Mulgara: Unable to support arbitrarily complex ORDER BY clause.

Query for PDBj:

Endpoint case1 case2 case3 case4
Virtuoso (ms) 147 2 2 138
OWLIM-SE(ms) 72 2 162 7
Bigdata(ms) 190 14 35 54
4Store (ms) 1025 1274 131 1524
Mulgara(ms) X X X X

In these two groups of queries on about 100 million triples:

(1) Virtuoso and OwlimSE works better than others. Although in Allie Virtuoso performs a little better and OwlimSE is better in PDBJ, there looks no overwhelming advantages over each other.

(2) In Allie 4Store is still limited but performs better when it executes the query such as in case2. However as increasing the number of triples in PDBJ, it performs worst.

(3) Bigdata still keeps it situation: neither the best one nor the worst one.

Query for UniProt:

Endpoint case1 case2 case3 case4 case5 case6 case7 case8 case9 case10 case11 case12 case13 case14 case15 case16 case17 case18
Virtuoso (ms) 519511427220634916413605652534289269106319052276
OwlimSE (ms) 931192026271426189586863806749941053501097150373205528188548

Query for DDBJ:

Endpoint case1 case2 case3 case4 case5 case6 case7 case8 case9 case10
OwlimSE (ms) 478345284867122544701078221
Virtuoso (ms) 226218418567985471

In these two group of queries with about 4 billion and 8 billion triples, we found out that Virtuoso performs obviously better.

Conclusion

Our evaluation shows that the importing cost of the data depends on the multiple factors: Server configuration(CPU,memory,harddisk and so on), the system property(vm.swappiness, JVM), the application configuration(cachememory,etc.), the data format, the size of data set and even data contents, e.g. DDBJ is nearly 2 times the triple size of Uniprot, but its importing cost is 2 times less than Uniprot(2 times longer expected if simply considering the proportional scaling).

When the number of triple size is less than 100M, 4Store can perform well both in loading data and query although providing only limited features. For data with moderate size such as varying from 100M to 500M or so, Virtuoso and OwlimSE have similar or comparable performance. When increasing data to several billions, Virtuoso works best in the five test triple stores.

In the future we will evaluate federated queries as well as the triple store's inference ability, and try to make each triple work their best. In addition the query use cases we used in this study are designed mainly based on their daily usage, which includes long join operations as long as 10, kinds of filter operations, and almost all the clauses frequently used in the Sparql queries. Some other use cases can be designed aiming to test the detailed performance of each triple store, such as test on PSO,POS indices and so on.

添付ファイル