About
How to build the TCP-DS tool. Ie
- and TPC-DS - dsqgen
Articles Related
OS
Windows
- Prerequisites: TPCDS version v2.8.0rc4
- Download Visual Studio 2013 for Windows Desktop (versie 12) at: Download or go to https://visualstudio.microsoft.com/downloads/
I have tried with Visual Studio Community 2017 but I got the following error: Invalid pointer
- Open the project dbgen2.sln. It will migrate the project
- Build
Linux
- Copy Makefile.suite to Makefile
- Edit Makefile and find the line containing “OS = “
- Read the comments and append your target OS. For example: “OS = LINUX”
- Run “make”
See tpcds_home\tests\build_tools.sh
Documentation / Reference
- See How_To_Guide.doc in tools