Module copy

Source
Expand description

Flags used when copying an LMDB environment.

Structs§

Flags
Flags used when copying an LMDB environment.

Constants§

COMPACT
Perform compaction while copying: omit free pages and sequentially renumber all pages in output. This option consumes more CPU and runs more slowly than the default.