Postgres container initialized with TPC-DS data at a specified scale factor.
467
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
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
Content type
Image
Digest
sha256:672307c0d…
Size
503.6 MB
Last updated
11 months ago
docker pull zabetak/postgres-tpcds