mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Document the '-q' quick mode option
This commit is contained in:
parent
b1a575899d
commit
2aa326c341
@ -9,6 +9,7 @@ slapadd \- Add entries to a SLAPD database
|
|||||||
.B [\-v]
|
.B [\-v]
|
||||||
.B [\-c]
|
.B [\-c]
|
||||||
.B [\-u]
|
.B [\-u]
|
||||||
|
.B [\-q]
|
||||||
.B [\-w]
|
.B [\-w]
|
||||||
.B [\-d level]
|
.B [\-d level]
|
||||||
.B [\-b suffix]
|
.B [\-b suffix]
|
||||||
@ -46,6 +47,12 @@ enable continue (ignore errors) mode.
|
|||||||
.B \-u
|
.B \-u
|
||||||
enable dry-run (don't write to backend) mode.
|
enable dry-run (don't write to backend) mode.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-q
|
||||||
|
enable quick (fewer integrity checks) mode. Does fewer consistency checks
|
||||||
|
on the input data, and no consistency checks when writing the database.
|
||||||
|
Improves the load time but if any errors or interruptions occur the resulting
|
||||||
|
database will be unusable.
|
||||||
|
.TP
|
||||||
.BI \-w
|
.BI \-w
|
||||||
write syncrepl context information.
|
write syncrepl context information.
|
||||||
After all entries are added, the contextCSN
|
After all entries are added, the contextCSN
|
||||||
|
@ -8,6 +8,7 @@ slapindex \- SLAPD index to LDIF utility
|
|||||||
.B SBINDIR/slapindex
|
.B SBINDIR/slapindex
|
||||||
.B [\-v]
|
.B [\-v]
|
||||||
.B [\-c]
|
.B [\-c]
|
||||||
|
.B [\-q]
|
||||||
.B [\-d level]
|
.B [\-d level]
|
||||||
.B [\-b suffix]
|
.B [\-b suffix]
|
||||||
.B [\-n dbnum]
|
.B [\-n dbnum]
|
||||||
@ -31,6 +32,11 @@ enable verbose mode.
|
|||||||
.B \-c
|
.B \-c
|
||||||
enable continue (ignore errors) mode.
|
enable continue (ignore errors) mode.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-q
|
||||||
|
enable quick (fewer integrity checks) mode. Performs no consistency checks
|
||||||
|
when writing the database. Improves indexing time, but if any errors or
|
||||||
|
interruptions occur the database will most likely be unusable.
|
||||||
|
.TP
|
||||||
.BI \-d " level"
|
.BI \-d " level"
|
||||||
enable debugging messages as defined by the specified
|
enable debugging messages as defined by the specified
|
||||||
.IR level .
|
.IR level .
|
||||||
|
Loading…
Reference in New Issue
Block a user