mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 17:14:12 +08:00
mdbx-doc: дополнение man-страниц утилит описанием опций -u
и -U
.
This commit is contained in:
parent
9fca1734c7
commit
b274a35410
@ -81,6 +81,13 @@ Turn to a specified meta-page on successful check.
|
|||||||
.BR \-T
|
.BR \-T
|
||||||
Turn to a specified meta-page EVEN ON UNSUCCESSFUL CHECK!
|
Turn to a specified meta-page EVEN ON UNSUCCESSFUL CHECK!
|
||||||
.TP
|
.TP
|
||||||
|
.BR \-u
|
||||||
|
Warms up the DB before checking via notifying OS kernel of subsequent access to the database pages.
|
||||||
|
.TP
|
||||||
|
.BR \-U
|
||||||
|
Warms up the DB before checking, notifying the OS kernel of subsequent access to the database pages,
|
||||||
|
then forcibly loads ones by sequential access and tries to lock database pages in memory.
|
||||||
|
.TP
|
||||||
.BR \-n
|
.BR \-n
|
||||||
Open MDBX environment(s) which do not use subdirectories.
|
Open MDBX environment(s) which do not use subdirectories.
|
||||||
This is legacy option. For now MDBX handles this automatically.
|
This is legacy option. For now MDBX handles this automatically.
|
||||||
|
@ -45,6 +45,13 @@ or unused pages will be omitted from the copy. This option will
|
|||||||
slow down the backup process as it is more CPU-intensive.
|
slow down the backup process as it is more CPU-intensive.
|
||||||
Currently it fails if the environment has suffered a page leak.
|
Currently it fails if the environment has suffered a page leak.
|
||||||
.TP
|
.TP
|
||||||
|
.BR \-u
|
||||||
|
Warms up the DB before copying via notifying OS kernel of subsequent access to the database pages.
|
||||||
|
.TP
|
||||||
|
.BR \-U
|
||||||
|
Warms up the DB before copying, notifying the OS kernel of subsequent access to the database pages,
|
||||||
|
then forcibly loads ones by sequential access and tries to lock database pages in memory.
|
||||||
|
.TP
|
||||||
.BR \-n
|
.BR \-n
|
||||||
Open MDBX environment(s) which do not use subdirectories.
|
Open MDBX environment(s) which do not use subdirectories.
|
||||||
This is legacy option. For now MDBX handles this automatically.
|
This is legacy option. For now MDBX handles this automatically.
|
||||||
|
@ -66,6 +66,13 @@ Dump a specific subdatabase. If no database is specified, only the main database
|
|||||||
.BR \-r
|
.BR \-r
|
||||||
Rescure mode. Ignore some errors to dump corrupted DB.
|
Rescure mode. Ignore some errors to dump corrupted DB.
|
||||||
.TP
|
.TP
|
||||||
|
.BR \-u
|
||||||
|
Warms up the DB before dumping via notifying OS kernel of subsequent access to the database pages.
|
||||||
|
.TP
|
||||||
|
.BR \-U
|
||||||
|
Warms up the DB before dumping, notifying the OS kernel of subsequent access to the database pages,
|
||||||
|
then forcibly loads ones by sequential access and tries to lock database pages in memory.
|
||||||
|
.TP
|
||||||
.BR \-n
|
.BR \-n
|
||||||
Dump an MDBX database which does not use subdirectories.
|
Dump an MDBX database which does not use subdirectories.
|
||||||
This is legacy option. For now MDBX handles this automatically.
|
This is legacy option. For now MDBX handles this automatically.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user