- mdb-env-get-maxkeysize envprocedure
Get the maximum size of keys and MDB_DUPSORT data we can write.
Depends on the compile-time constant MDB_MAXKEYSIZE. Default 511. See MDB_val.
- env
- An environment handle returned by (mdb-env-create)
Get the maximum size of keys and MDB_DUPSORT data we can write.
Depends on the compile-time constant MDB_MAXKEYSIZE. Default 511. See MDB_val.