cockroachdb / cockroachdb/cockroach
Write a SHOW debug command to inspect the external store files in a span
Open
A-disaster-recovery
C-enhancement
P-2
T-disaster-recovery
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
This will fan out to all stores and then return node/store id, file locator, start and end, size, and virtual key modification status. This will touch the entire stack: sql grammar, exec, fanout/status server rpc, stores/kvservers, pebble, and LSM manifests.
Jira issue: CRDB-36415
Contributor guide
Assessment
This issue has not been assessed yet.