From 18bd8e1582080c8857bf413a8222eab74ee3bf8c Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Fri, 21 Sep 2007 17:21:57 +0000
Subject: [PATCH] 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. 

---
 opendj-sdk/opends/resource/config/config.ldif |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/opendj-sdk/opends/resource/config/config.ldif b/opendj-sdk/opends/resource/config/config.ldif
index ba10ec3..db16f6a 100644
--- a/opendj-sdk/opends/resource/config/config.ldif
+++ b/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
 

--
Gitblit v1.10.0