JdbmIndex files should be named after the corresponding AttributeType
---------------------------------------------------------------------
Key: DIRSERVER-1510
URL: https://issues.apache.org/jira/browse/DIRSERVER-1510
Project: Directory ApacheDS
Issue Type: Improvement
Reporter: Kiran Ayyagari
Assignee: Kiran Ayyagari
Fix For: 2.0.0-RC1
Currently the JdbmIndex files are stored on disk with the AttributeType's name, but this can
cause problems if there are more than one alias to the same AttributeType. Currently the first
mentioned alias name is taken into consideration while creating the index, however it is good
to name the file with the OID of
the AttributeType.
A text file with the name <OID>-<Attribute'sname>.txt is also maintained to make
it easy for administrators to identify the indexes easily.
This text file might include the schema definition of the AttributeType.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|