Object Storage System

From GM-RKB
(Redirected from Object storage)
Jump to navigation Jump to search

An Object Storage System is a computer data storage that manages data as objects.



References

2023

  • (Wikipedia, 2023) ⇒ https://en.wikipedia.org/wiki/Object_storage Retrieved:2023-9-26.
    • Object storage (also known as object-based storage ) is a computer data storage that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. Each object typically includes the data itself, a variable amount of metadata, and a globally unique identifier. Object storage can be implemented at multiple levels, including the device level (object-storage device), the system level, and the interface level. In each case, object storage seeks to enable capabilities not addressed by other storage architectures, like interfaces that are directly programmable by the application, a namespace that can span multiple instances of physical hardware, and data-management functions like data replication and data distribution at object-level granularity. Object storage systems allow retention of massive amounts of unstructured data in which data is written once and read once (or many times). Object storage is used for purposes such as storing objects like videos and photos on Facebook, songs on Spotify, or files in online collaboration services, such as Dropbox. One of the limitations with object storage is that it is not intended for transactional data, as object storage was not designed to replace NAS file access and sharing; it does not support the locking and sharing mechanisms needed to maintain a single, accurately updated version of a file.[1]
  1. Cite error: Invalid <ref> tag; no text was provided for refs named objectstorage