Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pingcap/benchmarksql
Unofficial mirror of benchmarksql on github
https://github.com/pingcap/benchmarksql
Last synced: 3 months ago
JSON representation
Unofficial mirror of benchmarksql on github
- Host: GitHub
- URL: https://github.com/pingcap/benchmarksql
- Owner: pingcap
- Created: 2018-11-13T02:53:56.000Z (about 6 years ago)
- Default Branch: 5.0-mysql-support-opt-2.1
- Last Pushed: 2024-01-04T17:18:56.000Z (about 1 year ago)
- Last Synced: 2024-10-27T18:57:14.716Z (3 months ago)
- Language: Java
- Homepage: https://sourceforge.net/projects/benchmarksql/
- Size: 3.92 MB
- Stars: 79
- Watchers: 94
- Forks: 76
- Open Issues: 11
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- stars - pingcap/benchmarksql
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