From: Jennifer <jen...@re...> - 2014-10-17 19:12:21
|
Greetings, I loaded dbpedia in bigdata. Now I need to report performance of bigData versus my framework for my EDBT 2015 submission for simple RDF triples of the form <subject> <predicate> <object>. The query evaluation statistics shows the following timings:Query Evaluation Statisticssolutions=5, chunks=1, subqueries=0, elapsed=2ms. Another timing which bigdata workbench reports is:Time Query Results Execution Time Delete 2014-10-17T18:33:40.960Zselect ?a?b?c where{?a ?b ?c}51sec, 515msX I need to report total query execution time (including query optimization+plan execution + dictionary lookup + any additional time which bigdata takes for query execution) in my publication. But I dont know which one should I report. Any quick help from BigData team will be deeply appreciated. I am using bigdata workbench which I downloaded from (http://www.bigdata.com/download) for loading data and for querying it. |