pd/pkg/gc
MyonKeminta 6d44caf9c2
gc_state_manager: Make GetAllKeyspacesGCStates able to batch and reuse results for better performance when called frequently (#9734)
ref tikv/pd#8978, closes tikv/pd#9724

Make `GetAllKeyspacesGCStates` able to be batched (allowing multiple calls merged to a single call and share the result).
A helper type `OrderedSingleFlight` is added to utils.

Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
2025-09-23 04:53:34 +00:00
..
gc_state_manager.go gc_state_manager: Make GetAllKeyspacesGCStates able to batch and reuse results for better performance when called frequently (#9734) 2025-09-23 04:53:34 +00:00
gc_state_manager_test.go gc_state_manager: Make GetAllKeyspacesGCStates able to batch and reuse results for better performance when called frequently (#9734) 2025-09-23 04:53:34 +00:00
metrics.go