Sign inSign up

zabetak/postgres-tpcds

By zabetak

Updated 11 months ago

Postgres container initialized with TPC-DS data at a specified scale factor.

Image
0

467

zabetak/postgres-tpcds repository overview

TPC-DS in containerized Postgres

Postgres container initialized with TPC-DS data at a specified scale factor.

The TPC-DS data are generated during the build process using zabetak/tpcds-tools image.

All the pre-built images come with SCALE_FACTOR=1. To use another scale factor you must rebuilt the image.

The source code is available at: https://github.com/zabetak/postgres-tpcds

Usage

The TPC-DS data are loaded into a database named tpcds in the Postgres container. You can run the container with:

docker run --rm --name tpcds_db postgres-tpcds

You can connect to the tpcds database and run any queries using psql:

docker exec -it tpcds_db psql -d tpcds -U postgres

Tag summary

Content type

Image

Digest

sha256:672307c0d

Size

503.6 MB

Last updated

11 months ago

docker pull zabetak/postgres-tpcds