Next: LMDB Memory Leaks, Up: LMDB Predicates [Contents][Index]
The following conventions are used in the predicate descriptions below.
mapsize(S)
The mapsize, or size limit, of the database being created, in MiB. The default is 10MiB.
permission(S)
The UNIX permission for files of the database being created. Ignored for Windows. The default is octal 664.
mode(S)
The access mode for the database being opened. One of the atoms read
and write
.
If read
(the default), no updates are allowed.
lmdb_compress/[2,3]
) is not possible, in
that case the user has to write their own compressing predicate.