bloklagre
Bloklagre is a data storage approach where data is stored in fixed-size blocks. Each block is addressed independently, and blocks can be read or written without regard to the surrounding data. This contrasts with file storage, which presents files through a hierarchical file system, and with object storage, which stores data as discrete objects with metadata. In bloklagre, the file system or database layer typically manages how blocks are assembled into files or data structures.
Implementation typically involves presenting raw block devices to a host, often over a storage area network
Key features commonly associated with bloklagre include the ability to perform fine-grained I/O, support for high
Advantages of bloklagre include low latency and high IOPS for random access workloads, precise control over
See also: file storage, object storage, storage area network, RAID, persistent disks.