Skip to content

Commit

Permalink
Update TPC broken link in readme (cmu-db#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaur authored Mar 29, 2022
1 parent ee85c99 commit cd1af5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/tpch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to generate data for TPC-H

To generate data files download the latest TPC-H tools distribution from http://www.tpc.org/tpc_documents_current_versions/current_specifications.asp
To generate data files download the latest TPC-H tools distribution from https://www.tpc.org/tpc_documents_current_versions/current_specifications5.asp

Place the zip file in this directory and rename it to `tpc-h-tool.zip` then execute the following commands.

Expand All @@ -14,4 +14,4 @@ Execute this command to run `dbgen` with the provided `SCALE`. This will place t
docker run --rm -t -e SCALE=.1 -v ${PWD}/output:/opt/tpch-output tpch:latest
```

The resulting `.tbl` files can then be placed in `./data/tpch` to be used during benchmark execution. Some small starter files are already present in that directory.
The resulting `.tbl` files can then be placed in `./data/tpch` to be used during benchmark execution. Some small starter files are already present in that directory.

0 comments on commit cd1af5b

Please sign in to comment.