dragonflydb / dragonfly

A modern replacement for Redis and Memcached
https://www.dragonflydb.io/
Other
25.98k stars 955 forks source link

feat(server) : snapshot traverse physical buckets #4084

Closed adiholden closed 2 weeks ago

adiholden commented 2 weeks ago

This PR introduces new api to dash table TraversingBuckets which traveses table by physical buckets when creating a snapshot we now call this api. The snapshot correctness stays and there are less calls to Serialize bucket callback as it is called only once per bucket and not on every slot

kostasrim commented 2 weeks ago

:ship: :it: