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

boli
21.21.2007 7da5e0b6155cfffda8812853c49e05448bb15455
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
opends/resource/config/config.ldif 5 ●●●●● patch | view | raw | blame | history
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