Search before asking
Description
Currently, CoordinatorServer will maintain the kv snapshots in memory to delete unused kv snapshot file via reference count which require to maintail all kv files(represent by KvFileHandle) in memory which is memory cost. We can reduce memory footprint by following ways:
Willingness to contribute