What is the relevance of the externalBLOBs attribute in Jackrabbit's PersistenceManager class? We are running Jackrabbit 1.6.4 on Oracle using the org.apache.jackrabbit.core.persistence.bundle.OraclePersistenceManager class. For clustering, we are using the org.apache.jackrabbit.core.journal.OracleDatabaseJournal and the org.apache.jackrabbit.core.data.FileDataStore with a shared location.
The cluster is working, but I want to make sure we optimize it for performance.
Should we change the value of the externalBLOBs attribute in this setting? The default value is true.