Tuning Database Performance
Chapter
14
Tuning Directory Server Performance
427
4.
Enter the amount of memory you want to make available for cached entries in
the Memory Available for Cache field.
If you are creating a very large database from LDIF, set this attribute as large as
possible, depending on the memory available on your machine. The larger this
parameter, the faster your database will be created.
When you have finished creating your database, be sure to set this parameter
back to some lower value before you run your server in a production
environment.
Tuning Transaction Logging
Every Directory Server contains a transaction log which logs operations for all the
databases it manages. Whenever a directory database operation such as a write is
performed, the server logs the operation to the transaction log. For best
performance, the directory does not perform the operation immediately. Instead,
the operation is stored in a temporary memory cache on the Directory Server until
the operation is completed.
If the server experiences a failure, such as a power outage, and shuts down
abnormally, the information about recent directory changes that were stored in the
cache are lost. However, when the server restarts, the directory automatically
detects the error condition and uses the database transaction log to recover the
database.
Although database transaction logging and database recovery are automatic
processes that require no intervention, you may want to tune some of the database
transaction logging attributes to optimize performance.
CAUTION
The transaction logging attributes are provided only for system
modifications and diagnostics. These settings should be changed
only with the guidance of Netscape Professional Services or Netscape
Technical Support.
Setting these attributes and other configuration attributes
inconsistently may cause the directory to be unstable.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.02
Page 1: ...Administrator s Guide Netscape Directory Server Version6 02 May 2002 ...
Page 16: ...16 Netscape Directory Server Administrator s Guide May 2002 ...
Page 20: ...20 Netscape Directory Server Administrator s Guide May 2002 ...
Page 74: ...Maintaining Referential Integrity 74 Netscape Directory Server Administrator s Guide May 2002 ...
Page 138: ...Using Referrals 138 Netscape Directory Server Administrator s Guide May 2002 ...
Page 432: ...Miscellaneous Tuning Tips 432 Netscape Directory Server Administrator s Guide May 2002 ...
Page 434: ...434 Netscape Directory Server Administrator s Guide May 2002 ...
Page 468: ...PTA Plug In Syntax Examples 468 Netscape Directory Server Administrator s Guide May 2002 ...
Page 488: ...488 Netscape Directory Server Administrator s Guide May 2002 ...
Page 528: ...Examples of LDAP URLs 528 Netscape Directory Server Administrator s Guide May 2002 ...