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

[WIP] *: sql based TTL prototype #70241

Closed
wants to merge 5 commits into from

Commits on Dec 6, 2021

  1. tree: introduce TTL syntax

    Release note: None
    otan committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    3c33d1e View commit details
    Browse the repository at this point in the history
  2. sql: introduce TTL expiration column

    Release note: None
    otan committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    1d38f06 View commit details
    Browse the repository at this point in the history
  3. jobspb: create scheduled job to delete TTL'd rows

    Release note: None
    
    shorten ttl timestamp
    
    sql: use a limit
    
    Release note: None
    
    add a logger workload
    
    Release note: none
    
    add random select component
    
    Release note: None
    
    generate an impossible workload
    
    Release note: none
    
    reverse PK scan
    
    Release note: None
    
    forward scan with time limit
    
    Release note: None
    
    add workload style metrics to demo
    
    Release note: None
    
    control workload QPS
    
    Release note: None
    
    pretty metrics
    
    even more metrics
    otan committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    8a5e304 View commit details
    Browse the repository at this point in the history
  4. some more knobs for testing

    otan committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    5648920 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c2de45 View commit details
    Browse the repository at this point in the history