![Netscape NETSCAPE DIRECTORY SERVER 6.02 Скачать руководство пользователя страница 367](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-02/netscape-directory-server-6-02_administrators-manual_1674673367.webp)
Managing Indexes
Chapter
10
Managing Indexes
367
Managing Indexes
Each index that the directory uses is composed of a table of index keys and
matching entry ID lists. This entry ID list is used by the directory to build a list of
candidate entries that may match a client application’s search request (see “About
Indexes,” on page 341 for details).
For each entry ID list there is a size limit as specified in the
nsslapd-allidsthreshold
attribute. This size limit is globally applied to all index
keys managed by the server and is logically called All IDs Threshold. When the
size of an individual ID list reaches this limit, the server replaces that entry ID list
with an All IDs token.
The All IDs token causes the server to assume that all directory entries match the
index key. In effect, the All IDs token causes the server to behave as if no index was
available for that type of search. The directory assumes that some other aspect of
the search request will allow the server to narrow its candidate list before
processing the request.
The following sections examine the benefits and drawbacks of the All IDs
mechanism. They also give advice for the tuning of the All IDs Threshold.
Benefits of the All IDs Mechanism
The All IDs mechanism is an important mechanism for improving search
performance in those cases where the search results would be most or all directory
entries (for example, searches such as
cn=*
). By assuming that all entry IDs are
returned Directory Server:
•
Does not have to maintain infinitely increasing entry ID lists, thus minimizing
your Directory Server’s disk space usage
•
Does not have to load unnecessarily large entry ID lists into memory in
response to search requests that result in all directory entries anyway, thus
increasing search performance by reducing large disk reads
•
Does not require large amounts of RAM to hold in memory unnecessarily large
entry ID lists
Drawbacks of the All IDs Mechanism
Performance problems can occur if the All IDs threshold is set either too low (this is
the most common problem) or too high for your directory’s size.
Содержание NETSCAPE DIRECTORY SERVER 6.02
Страница 1: ...Administrator s Guide Netscape Directory Server Version6 02 May 2002 ...
Страница 16: ...16 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 20: ...20 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 40: ...Starting the Server in Referral Mode 40 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 74: ...Maintaining Referential Integrity 74 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 138: ...Using Referrals 138 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 258: ...Compatibility with Earlier Releases 258 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 274: ...Setting Resource Limits Based on the Bind DN 274 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 330: ...Solving Common Replication Conflicts 330 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 374: ...Attribute Name Quick Reference Table 374 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 390: ...Configuring LDAP Clients to Use SSL 390 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 412: ...Monitoring Database Link Activity 412 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 432: ...Miscellaneous Tuning Tips 432 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 434: ...434 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 468: ...PTA Plug In Syntax Examples 468 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 488: ...488 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 502: ...Storing Information in Multiple Languages 502 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 522: ...Searching an Internationalized Directory 522 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 528: ...Examples of LDAP URLs 528 Netscape Directory Server Administrator s Guide May 2002 ...