https://github.com/pingcap/benchmarksql
Unofficial mirror of benchmarksql on github
https://github.com/pingcap/benchmarksql
Last synced: 7 days 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 (over 6 years ago)
- Default Branch: 5.0-mysql-support-opt-2.1
- Last Pushed: 2024-01-04T17:18:56.000Z (over 1 year ago)
- Last Synced: 2025-03-22T16:02:16.462Z (23 days ago)
- Language: Java
- Homepage: https://sourceforge.net/projects/benchmarksql/
- Size: 3.92 MB
- Stars: 85
- Watchers: 92
- Forks: 78
- Open Issues: 11
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- stars - pingcap/benchmarksql
- awesome-java - 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