Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pingcap/benchmarksql

Unofficial mirror of benchmarksql on github
https://github.com/pingcap/benchmarksql

Last synced: about 2 months ago
JSON representation

Unofficial mirror of benchmarksql on github

Awesome Lists containing this project

README

        

The test process for MySQL/TiDB
# Create the tables
./runSQL.sh props.mysql sql.mysql/tableCreates.sql
# Add the indices (TiDB prefers to import data after adding the indices)
./runSQL.sh props.mysql sql.mysql/indexCreates.sql
# Import Data
./runLoader.sh props.mysql
# Run the benchmark
./runBenchmark.sh props.mysql