-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
128020: tenantcostmodel: update cost model to reflect batching changes r=andy-kimball a=andy-kimball A previous change updated the eCPU model to count all requests in read/write batches, rather than a subset of requests. This PR updates the cost of each request to reflect that change, based on a suite of tests. Changing the cost of requests has a ripple effect across other costs, so they changed as well. The resulting cost model has fewer outliers in testing and should be more resilient to future changes to KV batches/requests (e.g. adding a new request type). Epic: https://cockroachlabs.atlassian.net/browse/CC-28471 Release note: None Co-authored-by: Andrew Kimball <[email protected]>
- Loading branch information
Showing
6 changed files
with
111 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.