Supplementary Data for "Live-Queryable RDF Data Dumps with Apache Parquet"
收藏资源简介:
This dataset contains the evaluation snspashot for the paper "Live-Queryable RDF Data Dumps with Apache Parquet".The following files are included: data_files.zip: Contains the Parquet files used for doing the evaluation query-logs.zip: Contains the logs of the benchmark runner that were used to compute the amount of scanned bytes rdf-fusion-execution-plan-analyzer-main.zip: Contains the source code of the analysis script used to generate the figure in the paper rdf-fusion-source.tar.gz: Contains the source code of the prototype used to create and query the Parquet files. The results can be reproduced by extracting `rdf-fusion-source` and running the following command:just prepare-benchesjust bench-bsbm-explore num_products=10000 max_query_count=1000 parallel_tasks=16 sort_orders="Native(<Sort Order>)"For example: just prepare-benchesjust bench-bsbm-explore num_products=10000 max_query_count=1000 parallel_tasks=16 sort_orders="Native(POS)"Runs the benchmark for the sort order "POS".Additional information on preparing the development environment, using RDF Fusion, and using RDF Fusion's benchmarking suite are part of the source code documentation that can be found within the archives.



