Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] sql,kv: add compact_engine_span for internal use
This sql builtin can be used to compact the key span for a given (nodeID, storeID, rangeID), on a running node. This is incomplete: - there is a TODO to figure out how to convert from the rangeID to the range span in planner.go - there are no tests. Informs ##26068 Release note: None
- Loading branch information