Skip to content

lmdb: Support integer flags (MDB_INTEGERKEY/MDB_INTEGERDUP) #11

@bmatsuo

Description

@bmatsuo

I would like to attempt support for MDB_INTEGERKEY and MDB_INTEGERDUP (See mdb_dbi_open). Any user attempting benefit from them would be in tricky "unsafe" territory without more direct support. But the two flags actually open a wide variety of database schemata (and query structure).

The API extension to support the flags needs be thought out carefully.

  • Mock implementation and benchmark link

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions