blockstorage
Block storage is a data storage method in which data is stored in fixed-size blocks, each with its own address. Unlike file or object storage, a block device presents raw storage to the operating system, which formats it with a filesystem or uses it directly by applications. Block storage is typically provided as volumes that are carved from a storage array, a direct-attached drive, or a cloud storage pool, and is commonly used for performance-sensitive workloads.
In practice, a host attaches a block device and the OS sees a block device (for example
Key features include snapshots, cloning, thin provisioning, and replication; data can be encrypted at rest and
Use cases include databases, transactional systems, virtual machine disks, and other I/O-intensive applications. It is typically