Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-1351

Importing large binary values requires excessive memory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Critical Critical
    • 3.0.0.Beta2
    • 3.0.0.Alpha1
    • JCR
    • None

      The JcrContentHandler is not treating binary values as streams, but is instead materializing the binary values as strings before creating the Binary value object. If the binary content is large, then this will use excessive memory. The content handler should instead stream the binary content directly into the ValueFactory.createBinary(InputStream) method.

              hchiorean Horia Chiorean (Inactive)
              rhauch Randall Hauch (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: