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.
Introduce an offline utility program that copies all key/value data between two persistent pools, allowing customers to easily convert data between different persistent engines, or different major versions of the same persistent engine. (If you have data stored using "tree3", this migration utility could copy all data for use e.g. by the "cmap" engines)
This would be easy to build for any engine that supports iteration (which is nearly all of them).
The text was updated successfully, but these errors were encountered:
Introduce an offline utility program that copies all key/value data between two persistent pools, allowing customers to easily convert data between different persistent engines, or different major versions of the same persistent engine. (If you have data stored using "tree3", this migration utility could copy all data for use e.g. by the "cmap" engines)
This would be easy to build for any engine that supports iteration (which is nearly all of them).
The text was updated successfully, but these errors were encountered: