Versions Compared

Key

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

...

  • In-memory configuration for object storage (useful for testing)

 

Repository Config Options

...

 
Code Block
fcrepo.modeshape.query.enabled:true
fcrepo.modeshape.query.mode:sync

...

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

...

If your application does not use the query index (which powers basic administrative search, and the simple fcr:sparql endpoint), you can significantly improve repository performance by disabling indexing, or using asynchronous indexing instead.

...