首页 > 其他分享 >Object storage vs. file storage vs. block storage

Object storage vs. file storage vs. block storage

时间:2023-01-30 09:35:13浏览次数:57  
标签:Object object storage vs file data block metadata

Object storage, also known as object-based storage, is a strategy that manages and manipulates data storage as distinct units, called objects. These objects are kept in a single storehouse and are not ingrained in files inside other folders. Instead, object storage combines the pieces of data that make up a file, adds all its relevant metadata to that file, and attaches a custom identifier.

Object storage adds comprehensive metadata to the file, eliminating the tiered file structure used in file storage, and places everything into a flat address space, called a storage pool. This metadata is key to the success of object storage in that it provides deep analysis of the use and function of data in the storage pool.

Object storage vs. file storage vs. block storage

Object storage takes each piece of data and designates it as an object. Data is kept in separate storehouses versus files in folders and is bundled with associated metadata and a unique identifier to form a storage pool.

File storage stores data as a single piece of information in a folder to help organize it among other data. This is also called hierarchical storage, imitating the way that paper files are stored. When you need access to data, your computer system needs to know the path to find it.

Block storage takes a file apart into singular blocks of data and then stores these blocks as separate pieces of data. Each piece of data has a different address, so they don't need to be stored in a file structure.

Benefits of object storage

Now that we've described what object storage is, what are its benefits?

  • Greater data analytics. Object storage is driven by metadata, and with this level of classification for every piece of data, the opportunity for analysis is far greater.
  • Infinite scalability. Keep adding data, forever. There's no limit.
  • Faster data retrieval. Due to the categorization structure of object storage, and the lack of folder hierarchy, you can retrieve your data much faster.
  • Reduction in cost. Due to the scale-out nature of object storage, it's less costly to store all your data.
  • Optimization of resources. Because object storage does not have a filing hierarchy, and the metadata is completely customizable, there are far fewer limitations than with file or block storage.

Object storage use cases

There are multiple use cases for object storage. For example, it can assist you in the following ways:

  • Deliver rich media. Define workflows by leveraging industry-leading solutions for managing unstructured data. Reduce your costs for globally distributed rich media.
  • Manage distributed content. Optimize the value of your data throughout its lifecycle and deliver competitive storage services.
  • Embrace the Internet of Things (IoT). Manage machine-to-machine data efficiently, support artificial intelligence and analytics, and compress the cost and time of the design process.

标签:Object,object,storage,vs,file,data,block,metadata
From: https://www.cnblogs.com/itfanr/p/17074368.html

相关文章

  • VMware vSphere ESXi 7.0安装配置
    VMware vSphereESXi7.0安装配置环境说明:1、物理服务器:联想SystemX3650M5服务器(x64CPU必须能够支持硬件虚拟化(IntelVT-x或AMDRVI))(没有服务器的小伙伴也可以使......
  • macOS show “Open Folder in VS Code” icon and “Open Folder in Terminal” icon
    macOSshow“OpeninVSCode”iconand“OpeninTerminal”iconinFinderAllInOneOpenFolderinVSCodecode.OpenAutomator.appPickApplicationRu......
  • [Docker] Storing Container Data in Azure Blob Storage
    ConfigurationandInstallationObtaintheAzurelogincredentials:azloginCopythecodeprovidedbythecommand.Openabrowserandnavigateto https://m......
  • vsCode 常用快捷键
    多光标编辑选择块:Shift+directionArrow添加多个光标:Alt+Click行操作复制粘贴行:Shift+Alt+Down/UpArrow移动行:Alt+Down/UpArrow删除行:Ctrl+Shift+K在整个项目中......
  • vscode快捷键编辑
    进行搜索命令。1、有提示的时候向下选择的命令:selectNextSuggestion2、有提示的时候向上选择的命令:selectPrevSuggestion3、光标上移,下移,左移,有移:cursorUp,cursorDown,cur......
  • vSphereClient整合失败的诡异事件
    20230129-jenkiens服务器突然启动失败,根据网上说法是删除快照后进行整合删除快照还蛮简单的,很快就解决了,但整合时一直报错从晚上6点开始尝试到9点后无奈放弃,第二天早上起......
  • VSC
    VSC2022年了,该学会用VSCodedebug了-掘金(juejin.cn)好用的插件koroFileHeader//头部注释"fileheader.customMade":{"Description":""......
  • Activiti vs. Camunda Platform vs. Apache Airflow vs. Apache Flink vs. Red Hat Pr
    Zeebe|CamundaPlatform8Docshttps://docs.camunda.io/docs/components/zeebe/zeebe-overview/ApacheAirflowvs.CamundaPlatformvs.ApacheFlink比较https:/......
  • AWVS安装及使用
    AWVS安装及使用使用docker安装腾讯云VPSIP43.136.41.84上操作dockerpullxiaomimi8/awvs14-log4j-2022dockerrun-it-d-p13443:3443xiaomimi8/awvs14-log4j-20......
  • MacOS 环境下 VSCode 的 C++ 环境搭建
    编译器安装编译器可以选择Clang或者GCC,在MacOS上Clang的安装更为简单一些。Clang(推荐)打开终端输入命令,clang-v查看是否已经安装。如果已经安装,会输出类似......