cockroachdb / cockroachdb/cockroach
storage,kv: quantify store initialization time
Open
A-kv
C-enhancement
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
We recently made improvements in store initialization in https://github.com/cockroachdb/cockroach/pull/123959 (https://github.com/cockroachdb/cockroach/issues/109740).
There still may remain areas to optimize above the storage engine. As a first step, we should quantify this startup time for larger stores / multiple stores, via a roachtest. We can then use this harness as a means of identifying where additional improvements could be made, and ensuring that we are not regressing.
Jira issue: CRDB-41957
Epic CRDB-41111
Contributor guide
Assessment
This issue has not been assessed yet.