[Date Prev][Date Next] [Chronological] [Thread] [Top]

Attibute Sizes



Hello openldap-software,

  
            Is there a difference in performance wise (either in
            loading data into ldbm or reading data from ldbm) if I
            specified a size to the attribute?
            Or is there a difference in size of LDBM (increase or
            decrease) if I specified the actual value I want rather
            than leaving it blank)????

            value = 32768 in the below example...


            attributetype ( 2.5.4.41 NAME 'name'
            EQUALITY caseIgnoreMatch
            SUBSTR caseIgnoreSubstringsMatch
            SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )




            Please help .....