mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
21.21.2007 18bd8e1582080c8857bf413a8222eab74ee3bf8c
Removed presence indexes for all default indexes except ACI. Presence indexes are not necessary in many cases where equality indexes are defined. Under load, heavy contention exists in the presence indexes and lock timeouts can occur. 

Fix for issue 2186
1 files modified
5 ■■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 5 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/config/config.ldif
@@ -217,7 +217,6 @@
objectClass: top
objectClass: ds-cfg-je-index
ds-cfg-index-attribute: cn
ds-cfg-index-type: presence
ds-cfg-index-type: equality
ds-cfg-index-type: substring
@@ -237,7 +236,6 @@
objectClass: top
objectClass: ds-cfg-je-index
ds-cfg-index-attribute: givenName
ds-cfg-index-type: presence
ds-cfg-index-type: equality
ds-cfg-index-type: substring
@@ -245,7 +243,6 @@
objectClass: top
objectClass: ds-cfg-je-index
ds-cfg-index-attribute: mail
ds-cfg-index-type: presence
ds-cfg-index-type: equality
ds-cfg-index-type: substring
@@ -265,7 +262,6 @@
objectClass: top
objectClass: ds-cfg-je-index
ds-cfg-index-attribute: sn
ds-cfg-index-type: presence
ds-cfg-index-type: equality
ds-cfg-index-type: substring
@@ -273,7 +269,6 @@
objectClass: top
objectClass: ds-cfg-je-index
ds-cfg-index-attribute: telephoneNumber
ds-cfg-index-type: presence
ds-cfg-index-type: equality
ds-cfg-index-type: substring