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 from 2d5a15d to 53f7263 Compare September 23, 2022 07:33
@rockeet rockeet force-pushed the tg-2022-09-20-df89d34c branch from e8354f5 to ef7fb9e Compare September 23, 2022 08:17
@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
@rockeet rockeet force-pushed the tg-2022-09-20-df89d34c branch from c6bff1b to 50e4dcb Compare October 17, 2023 15:26
@rockeet rockeet force-pushed the tg-2022-09-20-df89d34c branch from 64f03d6 to 0f10d07 Compare October 28, 2023 06:04
@rockeet rockeet force-pushed the tg-2022-09-20-df89d34c branch from 18ff66e to 488a0dd Compare November 1, 2023 15:18
* 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
@rockeet rockeet force-pushed the tg-2022-09-20-df89d34c branch from dee44f4 to ca538b4 Compare January 25, 2024 07:00
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.

3 participants