Lightning Memory-Mapped Database: Difference between revisions

Content deleted Content added
Undid revision 1105952301 by 84.203.25.39 (talk) The referred documentation for MDB_APPEND says "Loading unsorted keys with this flag will cause data corruption." Maybe the database does check some other aspects of consistency, but does not check correct order.
No edit summary
Line 89:
* [[Enduro/X]] middleware uses LMDB for optional XATMI Microservices (SOA) cache. So that for first request the actual service is invoked, in next request client process reads saved result directly from LMDB.
* [[Samba_(software)|Samba]] Active Directory Domain Controller
* [[Nano (cryptocurrency)|Nano]] a peer-to-peer, open source cryptocurrency created in 2015 that prioritizes fast and fee-less transactions.
 
== Technical reviews of LMDB ==