X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fslapd-mdb.5;h=180dd521af611cd318a7f745a5e1e37c1a78888a;hb=ec60831827cf3dfefae12be21673b8b41a0965f2;hp=aba30cabfddd2667218968114b5d85560933da40;hpb=e456f7f254bdd0115841bdb961322cc94fa366c2;p=openldap diff --git a/doc/man/man5/slapd-mdb.5 b/doc/man/man5/slapd-mdb.5 index aba30cabfd..180dd521af 100644 --- a/doc/man/man5/slapd-mdb.5 +++ b/doc/man/man5/slapd-mdb.5 @@ -54,7 +54,7 @@ A separate directory must be specified for each database. The default is .BR LOCALSTATEDIR/openldap\-data . .TP -\fBenvflags \fR{\fBnosync\fR,\fBnometasync\fR,\fBwritemap\fR,\fBmapasync\fR} +\fBenvflags \fR{\fBnosync\fR,\fBnometasync\fR,\fBwritemap\fR,\fBmapasync\fR,\fBnordahead\fR} Specify flags for finer-grained control of the LMDB library's operation. .RS .TP @@ -94,6 +94,14 @@ has not been set. It also has no effect if .I nosync is set. .RE +.RS +.TP +.B nordahead +Turn off file readahead. Usually the OS performs readahead on every read +request. This usually boosts read performance but can be harmful to +random access read performance if the system's memory is full and the DB +is larger than RAM. This option is not implemented on Windows. +.RE .TP \fBindex \fR{\fI\fR|\fBdefault\fR} [\fBpres\fR,\fBeq\fR,\fBapprox\fR,\fBsub\fR,\fI\fR]