Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 517 Bytes

Memory-storage.md

File metadata and controls

9 lines (7 loc) · 517 Bytes

Storages

Any OrientDB database relies on a Storage. OrientDB supports 4 storage types:

  • plocal, persistent disk-based, where the access is made in the same JVM process
  • remote, by using the network to access a remote storage
  • memory, all data remains in memory
  • local, deprecated, it's the first version of disk based storage, but has been replaced by plocal

A Storage is composed of multiple Clusters.