mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:44:12 +08:00
mdbx-doc: clarify explanation of the auto-compactification feature.
Change-Id: I178ab01e173ae6512da546f4f13de64c2c602195
This commit is contained in:
parent
416a802789
commit
7a8fe2a72c
@ -224,7 +224,7 @@ the user's point of view.
|
|||||||
> due to its internal limitations and unimplemented functions, i.e. the `MDBX_UNABLE_EXTEND_MAPSIZE` error will be returned.
|
> due to its internal limitations and unimplemented functions, i.e. the `MDBX_UNABLE_EXTEND_MAPSIZE` error will be returned.
|
||||||
|
|
||||||
4. Automatic continuous zero-overhead database compactification.
|
4. Automatic continuous zero-overhead database compactification.
|
||||||
> During each commit _libmdbx_ merges suitable freeing pages into unallocated area
|
> During each commit _libmdbx_ merges a freeing pages which adjacent with the unallocated area
|
||||||
> at the end of file, and then truncates unused space when a lot enough of.
|
> at the end of file, and then truncates unused space when a lot enough of.
|
||||||
|
|
||||||
5. The same database format for 32- and 64-bit builds.
|
5. The same database format for 32- and 64-bit builds.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user