[Date Prev][Date Next] [Chronological] [Thread] [Top]

LMDB many dup fixed size elements



Hello,

I want to allow users to create tables with dup fixed size.

A solution would be to create named databases, but that would make potentially a lot of tables (for instance millions), and doesn't seem ok cf the comment on function mdb_env_set_maxdbs.

Another solution would be to create one DB for each fixed size and insert the users and their tables inside. Would it be better ?

--

Best regards,

Simon