cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.52k stars 3.7k forks source link

admission: enable disk bandwidth bottleneck resource #86857

Open sumeerbhola opened 1 year ago

sumeerbhola commented 1 year ago

Followup to #82898 which created the basic infrastructure, configuration scheme, and did experimentation with regular and elastic kv0 traffic.

cc: @irfansharif @andrewbaptist

Jira issue: CRDB-18968

sumeerbhola commented 4 months ago

We should remember to also extend the disk bandwidth control to encompass disk writes of sstables due to incoming range snapshots.

jbowens commented 3 months ago

As a part of online restore, we'll need admission control to control downloading of external sstables so that we can download as fast as we can without affecting foreground workload latencies.