Versions Compared

Key

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

...

Fedora uses this feature to provide "instant ingest", where you can stage content on a filesystem, initiate an ingest into Fedora, and while that process occurs, Fedora can still serve up the content directly from the filesystem.

See also:

ModeShape Notes

Infinispan

Infinispan is the storage subsystem used by Modeshape for storing object structure, and (optionally) binary content. It supports cluster-based scale out and high availability, data persistence into a variety of CacheStore architectures (filesystem, JDBC database, Amazon S3), and distributed execution (including but not limited to e.g. Map/Reduce).

Fedora 4 ships with a handful of example Infinispan configurations to get up and running quickly. 

 

fileno-frills, FileCacheStore backed
clustereda trivial, cluster-ready example; replicates metadata, distributes 2 copies of content
leveldb-defaulta leveldb backed metadata store (that's really fast)
leveldba leveldb backed metadata store, with separate caches for resource, properties, and binaries
raman in-RAM-only cache store for testing

See also:

Clustering modes

Cache Loaders and Stores

...