Versions Compared

Key

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

File system Backends

LevelDB


Info

Using Specifying fcrepo.ispn.repo.

 

CacheDirPath=/tmp/FedoraRepostiroy would result in a directory with LevelDB artifcats, such as files 000003.log.

Currently, the default configuration outputs Fedora data to LevelDB (a fast filesystem based key-value store). When Fedora 4 is started, Modeshape (actually Infinispan and LevelDB in the background) will create several directories on the filesystem. Currently, the directories created are:

...

Most of these files are binary and can be read by a LevelDB Java library.

FileCacheStore 


Info
Specifying fcrepo.ispn.repo.CacheDirPath=/tmp/FedoraRepostiroy would result in creating hundreds of binary files in that directory (e.g. 11333332.. , -2334002.. etc).

...