nuodb/ycsb

By nuodb

Updated 7 months ago

Yahoo! Cloud Serving Benchmark (YCSB) with an integration for NuoDB.

Image
1

100K+

Supported tags and respective Dockerfile links

  • Latest supports both NuoDB SQL processing engines, Scalar (SEE) and Vectorized (VEE) execution engines.

  • 1.3 (Latest)

  • 1.2 supports Scalar only (Ubuntu slim base image version)

  • 1.1 supports Scalar only

  • latest (Dockerfile)

Quick reference

What is YCSB?

Yahoo! Cloud Serving Benchmark (YCSB) is a framework for benchmarking database management systems.

NuoDB packaged YCSB in a convenient Docker form to permit benchmarking container-native databases such as NuoDB.

How to use this image

Environment Variables

YCSB_THREADS

Optional. The number of forked processes that apply load.

NUMOFROWS

Optional. If provided, the number of initial rows to populate the database with. Defaults to 10000.

YCSB_WORKLOAD

Optional. If provided, the YCSB workload to run. Defaults to b.

MAX_DELAY

Optional. If provided, the initial delay in milliseconds to wait for the database to come up. Defaults to 240000.

Docker Pull Command

docker pull nuodb/ycsb