10 Replies Latest reply on May 25, 2011 4:53 PM by sannegrinovero

    lucene metadata value size

    brackxm

      For using a jdbc store, it is nice to know the size of the values.

      The data itself is chunked and the chunksize is configurable, so that is not a problem.

      The metadata however is not chuncked and the size requirements are not immediately obvious.

      Maybe the documentation could provide a recommended size, or a means of estimating.

       

      What i found so far:

      The metadata moslty consist of FileMetadata having a fixed size.

      It also has some collections (1 per index) with variable size that contains the lucene file names.