| tpc_h | R Documentation |
Benchmark TPC-H queries
tpc_h
An object of class Benchmark of length 11.
engine One of c("arrow", "duckdb", "dplyr")
query_id integer, 1-22
format One of c("parquet", "feather", "native")
scale_factor Scale factor to use for data generation (e.g. 0.1, 1, 10, 100)
memory_map Should memory mapping be used when reading a file in? (only
applicable to arrow, native. FALSE will result in the file being explicitly
read into memory before the benchmark)
output the format of the output (either "data_frame" (default) or "arrow_table")
chunk_size a size of row groups to aim for in parquet or feather files (default:
NULL is the default for arrow:write_parquet() or arrow::write_feather())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.