The storeinfo object describes sources globally for the store its representing. This is a bit bad for stores which:
- Wrap multiple backend stores with different source lists
- Immutable data
It would be better to do storeinfo on a range-by-range basis in the store's KV space. We should fix this before stabilisation.
The storeinfo object describes sources globally for the store its representing. This is a bit bad for stores which:
It would be better to do storeinfo on a range-by-range basis in the store's KV space. We should fix this before stabilisation.