- Mastering OpenStack(Second Edition)
- Omar Khedher Chandan Dutta Chowdhury
- 192字
- 2021-07-02 23:52:38
Swift - object storage
Swift is one of the storage services available to OpenStack users. It provides an object-based storage service and is accessible through REST APIs. Compared to traditional storage solutions, file shares, or block-based access, an Object-Storage takes the approach of dealing with stored data as objects that can be stored and retrieved from the Object-Store. A very high-level overview of Object Storage goes like this. To store the data, the Object-Store splits it into smaller chunks and stores it in separate containers. These containers are maintained in redundant copies spread across a cluster of storage nodes to provide high availability, auto-recovery, and horizontal scalability.
We will leave the details of the Swift architecture for later. Briefly, it has a number of benefits:
- It has no central brain, and indicates no Single Point Of Failure (SPOF)
- It is curative, and indicates auto-recovery in the case of failure
- It is highly scalable for large petabytes of storage access by scaling horizontally
- It has a better performance, which is achieved by spreading the load over the storage nodes
- It has inexpensive hardware that can be used for redundant storage clusters
- Instant Raspberry Pi Gaming
- 玩轉智能機器人程小奔
- ABB工業機器人編程全集
- Cinema 4D R13 Cookbook
- Hadoop 2.x Administration Cookbook
- Learning Apache Cassandra(Second Edition)
- Python Data Science Essentials
- Windows程序設計與架構
- PyTorch Deep Learning Hands-On
- Maya極速引擎:材質篇
- 塊數據5.0:數據社會學的理論與方法
- Applied Data Visualization with R and ggplot2
- Apache源代碼全景分析(第1卷):體系結構與核心模塊
- Silverlight 2完美征程
- Puppet 3 Beginner’s Guide