pd/pkg/encryption
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
..
OWNERS
config.go
config_test.go
crypter.go
crypter_test.go
key_manager.go
key_manager_test.go
kms.go
master_key.go
master_key_test.go
region_crypter.go
region_crypter_test.go