are used to store information about a specific search request that
makes it possible to efficiently process them using the VLV control.
A VLV index effectively notifies the server that a virtual list
view, with specific query and sort parameters, will be performed.
This index also allows the server to collect and maintain the
information required to make using the virtual list view faster.
ds-cfg-local-db-vlv-index
top
Specifies the base DN used in the search query that is being
indexed.
The index must be rebuilt after modifying this
property.
ds-cfg-base-dn
Specifies the LDAP scope of the query that is being indexed.
The index must be rebuilt after modifying this
property.
Search the base object only.
Search the immediate children of the base object but do not
include any of their descendants or the base object itself.
Search the entire subtree below the base object but do not
include the base object itself.
Search the base object and the entire subtree below the base
object.
ds-cfg-scope
Specifies the LDAP filter used in the query that is being indexed.
The index must be rebuilt after modifying this
property.
.*
STRING
A valid LDAP search filter.
ds-cfg-filter
Specifies the names of the attributes that are used to sort the
entries for the query being indexed.
Multiple attributes can be used to determine the sort order by
listing the attribute names from highest to lowest precedence.
Optionally, + or - can be prefixed to the attribute name to sort
the attribute in ascending order or descending order respectively.
The index must be rebuilt after modifying this
property.
.*
STRING
Valid attribute types defined in the schema, separated by a
space and optionally prefixed by + or -.
ds-cfg-sort-order
Specifies a unique name for this VLV index.
The VLV index name cannot be altered after the index is created.
ds-cfg-name
Specifies the number of entry IDs to store in a single sorted
set before it must be split.
The blocks are resized lazily the next time the index is
modified.
4000
Number of entry IDs
ds-cfg-max-block-size