sysbench
sysbench copied to clipboard
Add feature read data from file and secondary_ranges
This PR add two features to sysbench:
- Read data from a file instead of generate random data by cmd option filename
- This is to benchmark database by real world data
- Users can provide filename as their real data
- secondary_ranges: select table data by secondary key without covering index(force Database to fetch rows from table data)
- This benchmark mysql MRR(Multiple Range Read)