runBenchmarks: Run Simple Vertica Benchmark Query

Description Usage Arguments Value Author(s)

View source: R/benchmark.R

Description

Run benchmarks against Vertica using three different access methods: the psql binary, the RJDBC package and the RPostgreSQL package.

Usage

1
runBenchmarks(query = "SELECT * FROM product_dimension LIMIT 10000;")

Arguments

query

A SQL query, default uses the example data set.

Value

A data.frame with the first for columns returned by benchmark.

Author(s)

Dirk Eddelbuettel


DevProgress/RVertica documentation built on May 6, 2019, 2:11 p.m.