diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-11-28 11:23:15 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-11-28 11:23:15 -0700 |
commit | a5e6bc6658bc3f3d16325e09f7f78d4d34275914 (patch) | |
tree | d1068215060970af9b529b609958a85f910dfe54 | |
parent | README (diff) | |
download | dedo-a5e6bc6658bc3f3d16325e09f7f78d4d34275914.tar.gz dedo-a5e6bc6658bc3f3d16325e09f7f78d4d34275914.tar.xz |
README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ but it will not give you the ability to do a compare-and-swap operation safely. Bolt supports fully serializable ACID transactions. -### LDMB +### LMDB Bolt was originally a port of LMDB so it is architecturally similar. Both use a B+tree, have ACID semanetics with fully serializable transactions, and support |