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

Gavel NG #10

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

Gavel NG #10

wants to merge 19 commits into from

Conversation

isabelge
Copy link
Member

This pull request introduces a new scenario. The Gavel NG scenario offers the possibility to define a certain query schedule and to use different stores at the same time. In addition, it is possible to define the policies via Chronos.

Schedules definition:
sql-i3d30 -> sql: query language, i: insert queries, 3: number of queries, d: delay, 30: delay in seconds

  • query types:
    • i = insert
    • s = simple select
    • c = complex select
    • u = update
    • d = delete
    • t = truncate
  • language types:
    • sql
    • mql
  • delay
    • d
  • example:
    • "sql-i3d30,mql-s1000d0,sql-c1d60,sql-c1000d0,sql-u5d0"

Warm-up definition:
sql-s -> sql: query language, s: select queries

  • example:
    • "sql-s,mql-s,sql-i,mql-i,sql-c,mql-c"

Store for Table definition:
user-mongodb -> user: table name, mongodb: data store

  • example:
    • "user-mongodb,bid-hsqldb,picture-hsqldb,auction-mongodb,category-hsqldb"

Multiple datastore definition:

  • example:
    • "mongodb,hsqldb"

@datomo datomo force-pushed the master branch 2 times, most recently from 07f8bf3 to da0acb1 Compare May 30, 2024 07:35
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.

2 participants