Constant lmdb_zero::copy::COMPACT []

pub const COMPACT: Flags = Flags{bits: ffi2::MDB_CP_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.