Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-1893

We should not transform UP values to String

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.0-M15
    • 2.1.0
    • backend
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            elecharny Emmanuel Lécharny
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: