Skip navigation links

Package com.orientechnologies.orient.core.storage.impl.local

Package class diagram package com.orientechnologies.orient.core.storage.impl.local
Contains all the class involved on the "local" implementation of the OStorage interface.

See: Description

Package com.orientechnologies.orient.core.storage.impl.local Description

Contains all the class involved on the "local" implementation of the OStorage interface. The OStorageLocal store record into the disk using OClusterLocal and ODataLocal classes. Physical clusters need separate files. Access is faster than the logical cluster but the database size is higher and more files are requires. This matters in some OS where a single process has limitation for the number of files can open. Most accessed entities should be stored inside a physical cluster.
Skip navigation links

Copyright © 2009–2020 OrientDB. All rights reserved.