save one pointer indirection
This commit is contained in:
parent
8c0593dd05
commit
e52c879b18
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ $ ./start.sh
|
||||||
|
|
||||||
|
|
||||||
####Note:
|
####Note:
|
||||||
This code below create a new database with **80GB** MapSize, **avoid fsync**
|
The code below create a new database with **80GB** MapSize, **avoid fsync**
|
||||||
after each commit (for max speed) and use the experimental **MDB_FIXEDMAP**.
{ok, Handle} = emdb:open("/tmp/emdb2", 85899345920, ?MDB_NOSYNC bor ?MDB_FIXEDMAP).
|
after each commit (for max speed) and use the experimental **MDB_FIXEDMAP**.
{ok, Handle} = emdb:open("/tmp/emdb2", 85899345920, ?MDB_NOSYNC bor ?MDB_FIXEDMAP).
|
||||||
|
|
||||||
Performance
-----------
For maximum speed, this library use only binaries for both keys and values.
|
Performance
-----------
For maximum speed, this library use only binaries for both keys and values.
|
||||||
|
|
Loading…
Reference in a new issue