mdbx: add note about Wine limitations.

Change-Id: I0d09c6161f3ed8eacbbedbb9f274d81cd5cfdd2c
This commit is contained in:
Leonid Yuriev 2020-03-18 16:52:07 +03:00
parent 9b1cddf520
commit 86b1f2017a

View File

@ -196,6 +196,9 @@ the user's point of view.
> _libmdbx_ manage the database size according to parameters specified
> by `mdbx_env_set_geometry()` function,
> ones include the growth step and the truncation threshold.
>
> Unfortunately, on-the-fly database size adjustment doesn't work under [Wine](https://en.wikipedia.org/wiki/Wine_(software))
> 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.
> During each commit _libmdbx_ merges suitable freeing pages into unallocated area