Skip to content

Commit

Permalink
Decrease query latency ceiling
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed May 11, 2024
1 parent d72f117 commit 5aa6bd3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ aurora_min_load_removal_fraction: 0.8
redshift_min_load_removal_fraction: 0.8

# Blueprint planning performance ceilings.
query_latency_p90_ceiling_s: 360.0
query_latency_p90_ceiling_s: 50.0
txn_latency_p90_ceiling_s: 0.080

# If set to true, BRAD will attempt to use the specified preset Redshift
Expand Down Expand Up @@ -156,7 +156,7 @@ triggers:
threshold: 1.0

query_latency_ceiling:
ceiling_s: 360.0
ceiling_s: 50.0
sustained_epochs: 3

txn_latency_ceiling:
Expand Down

0 comments on commit 5aa6bd3

Please sign in to comment.