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

Improve performance in getting jcr:content nodes from FileSystemConnector

XMLWordPrintable

    Getting the "jcr:content" child node can take significant time for very large files. The bulk of that time is spent computing the SHA-1 for the "jcr:data" binary property, and the Java-based approach for computing the SHA-1 secure hash is not ideal for large files. In such cases, using openssl to compute the digest can be significantly faster.

            rhauch Randall Hauch (Inactive)
            yulgit1 Eric James (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: