Contains all the class involved on the "local" implementation of the OStorage interface. The
OStorageLocal store record into the disk
using OCollectionLocal and ODataLocal classes. Physical collections need separate files. Access is faster
than the logical collection 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 collection.