Open
Description
Background
Consider a use-case of of huge hashes, sets etc that take up gigabytes of memory. Currently RENAME physically copies the between threads which creates a) memory spikes b) CPU spikes and stalls.
Ideally we would like to solve both. This is a root task for designing a solution. The end goal: this issue should be evolved and broken down into a sub-tasks that will lead to solution