Performing a TPC-H Test
- Log in to the MySQL client.
1/usr/local/mysql/bin/mysql -uroot -p123456

- In MySQL Database, select the database for the TPC-H test.
1use tpch;

- Select and import the .sql file in the MySQL database for testing.
1\. /home/tpch-pq/2.18.0_rc2/saveSql/1.sql

In the last line of the query result, 16.95 sec indicates the time used for the query.
Parent topic: Using TPC-H