You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kiran Ayyagari (JIRA)" <ji...@apache.org> on 2009/03/25 04:53:50 UTC

[jira] Updated: (DIRSERVER-1337) Add system level indexes for objectClass, entryCSN and entryUUID attributes

     [ https://issues.apache.org/jira/browse/DIRSERVER-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kiran Ayyagari updated DIRSERVER-1337:
--------------------------------------

    Attachment: additional-idexes.patch

Please review this patch and I will commit it afterwards.

To verify the patch apply it from <trunk>/apacheds folder

Modified sources 
---------------------------
core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java
core/src/main/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmPartition.java
core/src/main/java/org/apache/directory/server/core/partition/DefaultPartitionNexus.java
core/src/main/java/org/apache/directory/server/core/DefaultDirectoryService.java

jdbm-store/src/main/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStore.java
jdbm-store/src/test/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmStoreTest.java

xdbm-tools/src/main/java/org/apache/directory/server/xdbm/tools/StoreUtils.java

core-integ/src/test/java/org/apache/directory/server/core/configuration/PartitionConfigurationIT.java

xdbm-search/src/test/java/org/apache/directory/server/xdbm/search/impl/GreaterEqTest.java
xdbm-search/src/test/java/org/apache/directory/server/xdbm/search/impl/OneLevelScopeTest.java
xdbm-search/src/test/java/org/apache/directory/server/xdbm/search/impl/SubtreeScopeTest.java
xdbm-search/src/test/java/org/apache/directory/server/xdbm/search/impl/LessEqTest.java

bootstrap-plugin/src/main/java/org/apache/directory/server/core/bootstrap/plugin/BootstrapPlugin.java


> Add system level indexes for objectClass, entryCSN and entryUUID attributes
> ---------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1337
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1337
>             Project: Directory ApacheDS
>          Issue Type: Task
>          Components: core
>    Affects Versions: 1.5.4
>            Reporter: Kiran Ayyagari
>            Assignee: Kiran Ayyagari
>             Fix For: 1.5.5
>
>         Attachments: additional-idexes.patch
>
>
> Currently there are no indexes for objectClass, entryCSN and entryUUID attributes. We should add system level indexes for these attributes. Please refer to the ML threads [1] and [2]
> [1] http://markmail.org/message/6lofwkuzl7apojle
> [2] http://markmail.org/thread/ev5ghnknnoyt4bav 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.