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

Emmanuel Lecharny updated DIRSERVER-1893:
-----------------------------------------
    Fix Version/s:     (was: 2.0.0-M16)
                   2.1.0

> We should not transform UP values to String
> -------------------------------------------
>
>                 Key: DIRSERVER-1893
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1893
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>    Affects Versions: 2.0.0-M15
>            Reporter: Emmanuel Lecharny
>            Priority: Major
>             Fix For: 2.1.0
>
>
> We never need to convert the User Provided value (UPValue) to String, but 
> instead keep them as byte[]. The reason is that we never manipulate this 
> value, except to return it o the user, as a byte[] (except in CoreSession).
> The gain would be substential, both in CPU but also in disk space, as a 
> byte[] ASCII value will be twice smaller than the same value but as a String.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to