pmemkv icon indicating copy to clipboard operation
pmemkv copied to clipboard

Engine migration support

Open karczex opened this issue 3 years ago • 0 comments

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)

karczex avatar Dec 08 '20 15:12 karczex