Hi,
I am trying to use LMDB and I would like to know if there a way to define a transaction across multiple environments?
Thanks, Sabu Daniel
Daniel, Sabu wrote:
Hi,
I am trying to use LMDB and I would like to know if there a way to define a transaction across multiple environments?
Currently no. I've been thinking about adding 2-phase commit, which could support that sort of usage, but definitely won't be in 0.9. For now you would have to manage this entirely in your own application code.
openldap-technical@openldap.org