storebound
Storebound is a term used in discussions of computer system performance to describe a condition where throughput and responsiveness are limited primarily by the data storage subsystem rather than by the processor or memory. In practice, storebound bottlenecks arise when storage devices, controllers, or networked storage impose latency or low input/output operations per second (IOPS) that constrain critical paths in an application.
The concept applies to databases, data pipelines, web services with heavy persistence, and any workload with
Mitigation strategies focus on enhancing storage performance and reducing storage-related contention. These include adopting faster storage
Relation to other terms: storebound is related to, but not always interchangeable with, I/O-bound or storage-bound.
See also: I/O bound, storage I/O, database performance, caching, NVMe.