Skip to content

Commit

Permalink
Automatic update of RiverBench/category-flat (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 14, 2024
1 parent 0f9dd79 commit 2f16502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/flat-rdf-store-loading/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Flat distributions of any dataset in the [`flat` category](../../categories/flat

### Workload

In this task, an RDF store is set up (for example, [Apache Jena TDB2](https://jena.apache.org/documentation/tdb2/index.html) or Virtuoso) and then instructed to load a flat file containing RDF statements (triples or quads).
In this task, an RDF store is set up (for example, [Apache Jena TDB2](https://jena.apache.org/documentation/tdb2/index.html), [OpenLink Virtuoso Open Source v7.x](https://github.com/openlink/virtuoso-opensource/), or [RDF4J's NativeStore](https://rdf4j.org/documentation/programming/repository/)) and then loaded with a flat dump of RDF statements (triples or quads).

- When comparing multiple RDF stores, identical input data (serialized in the same format) should be used for all stores.
- The benchmark includes the time taken to deserialize the input data and insert the resulting RDF statements into the store, considering the entire process and the impact of the underlying I/O.
Expand Down

0 comments on commit 2f16502

Please sign in to comment.