Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature read data from file and secondary_ranges #471

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

rockeet
Copy link

@rockeet rockeet commented Sep 21, 2022

This PR add two features to sysbench:

  1. 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
  2. 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)

@rockeet rockeet force-pushed the tg-2022-09-20-df89d34c branch 2 times, most recently from 3721c84 to 5b9dc3c Compare September 28, 2022 03:47
* add index to table, change select-random-ranges select mulit db

* change file to new dir

* Create ReadMe.md

* Update ReadMe.md

修改ReadMe格式

* cleanup code, add con:disconnect to thread_done

* Fixing syntax errors

* Update ReadMe.md

change parameters name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants