FileDataStore performance improvements
--------------------------------------
Key: JCR-2781
URL: https://issues.apache.org/jira/browse/JCR-2781
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: jackrabbit-core
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Priority: Minor
As seen in JCR-2695, the FileDataStore is slow on some file system.
Some file operations such as File.exists() or File.isDirectory() can be
replaced with try / catch, or by inspecting the return value of a previous
method (File.renameTo).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.