All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.orientechnologies.orient.core.storage.impl.local.package.html Maven / Gradle / Ivy





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.






© 2015 - 2024 Weber Informatics LLC | Privacy Policy