chickadee » lmdb-lolevel » MDB_APPEND

MDB_APPENDconstant

append the given key/data pair to the end of the database. No key comparisons are performed. This option allows fast bulk loading when keys are already known to be in the correct order. Loading unsorted keys with this flag will cause a MDB_KEYEXIST error.