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

Re: LMDB mdb_dbi_open mystery



On 2019/02/11 09:22, Howard Chu wrote:
*Opening*  a DBI handle can only be done by one transaction.*Using*  an open DBI handle
can be done by any transactions.

That still means that the "opening transaction" must complete before the handle becomes public. I guess (I really am applying commonsense, here, so I could be wrong in real terms) that such an opening transaction ought to be restricted to the open and nothing else, unless it is going to be the only one.

Lucio.

PS: Clarifying this rather subtle point may be worth an extra paragraph in the documentation.