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

Improve performance in getting jcr:content nodes from FileSystemConnector

    XMLWordPrintable

Description

    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.

    Attachments

      Issue Links

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: