You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
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)
The text was updated successfully, but these errors were encountered: