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

pstress-78 Add support for generated virtual column queries in pstress #60

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

Commits on Jul 5, 2022

  1. pstress-78 Add support for generated virtual column queries in pstress

    https://jira.percona.com/browse/PSTRESS-78
    
    pstress-119 Option to manipulate length of CHAR, VARCHAR, BLOB
    https://jira.percona.com/browse/PSTRESS-119
    
    Introduced below new options
    
    --columns-in-generated: maximum number of columns in a generated column
     default#: 6
    
    --generated-stored: Probability of generated columns STORED or VIRTUAL
    50 ==> equal chances of stored and virtual
    100 => all columns are stored
    0 => all columns are virtual
    any other value sets the probability of stored column accordingly
    default#: 50
    
    --char-length: char column maximum length
     default#: 20
    
    --varchar-length: varchar column maximum length.
     default#: 40
    
    --blob-length: Maximum lenght of blob/text columns
    TINYBLOB/TINYTEXT 1/4 of blob-length
    TEXT/BLOB 1/3 of blob-length
    MEDIUMBLOB/MEDIUMTEXT 1/2 of blob-length
    LONGBLOB/LONGTEXT blob-length
     default#: 1000
    rahulmalik87 committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    30b73ca View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    cedc071 View commit details
    Browse the repository at this point in the history