Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

fcrepo.modeshape.query.enabled:true

 

fcrepo.modeshape.query.mode:sync

Fedora 4 uses the Modeshape query index to power administrative search APIs. It can be disabled (or switched to asynchronous mode) to improve performance (see below).

 

fcrepo.modeshape.index.location:target/indexes

fcrepo.infinispan.cache_configuration:config/infinispan/leveldb-default/infinispan.xml

fcrepo.modeshape.query.mode:sync

fcrepo.binary-store-path:target/binaries

fcrepo.modeshape.index.location:target/indexes

Fedora 4 can be configured to use different Infinispan configurations. By default, Fedora 4 configurations use the leveldb-default configuration.

fcrepo.ispn.repo.CacheDirPath:target/FedoraRepository/storage

 Fedora 4 will store object properties to fcrepo.ispn.repo.CacheDirPath. These probably won't be very large, and should be stored on fast disk. The object properties are stored as binary JSON documents within the given cache store configuration.

fcrepo.binary-store-path:target/binaries:target/FedoraRepository/storage - path to store object properties

fcrepo.ispn.binary.CacheDirPath:target/FedoraRepositoryBinaryData/storage - path to store binary content (when it's stored in infinispan e.g. /config/infinispan/clustered/infinispan.xml)

Fedora 4 stores binary content separately (to one of the above paths, depending on configuration). These files are stored hashed by the content SHA-1 hash. 

Performance considerations:

...