pmemkv
pmemkv copied to clipboard
Engine migration support
FEAT: Engine migration support
Rationale
Need API for efficient moving existing data from existing database created using one engine, to another one.
On top of such API may be implemented cmdline tool (i.e in python) to move data from one engine to another.
API Changes
Implementation of such static method
pmem::kv::db::copy(pmem::kv::db db1, pmem::kv::db db2)