mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:14:14 +08:00
mdbx-doc: fix LMDB/MDBX typo.
Change-Id: I6e492eebc43cde7ef274e9f64559f401500a780b
This commit is contained in:
parent
c53627f5ac
commit
061750bccb
@ -144,7 +144,7 @@ reasonable to simplify this as follows:
|
|||||||
|
|
||||||
A good example of long readers is a hot backup to the slow destination
|
A good example of long readers is a hot backup to the slow destination
|
||||||
or debugging of a client application while retaining an active read
|
or debugging of a client application while retaining an active read
|
||||||
transaction. LMDB this results in `MDBX_MAP_FULL` error and subsequent write
|
transaction. LMDB this results in `MDB_MAP_FULL` error and subsequent write
|
||||||
performance degradation.
|
performance degradation.
|
||||||
|
|
||||||
MDBX mostly solve "long-lived" readers issue by the lack-of-space callback
|
MDBX mostly solve "long-lived" readers issue by the lack-of-space callback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user