disk-bound
A type of workload where the primary bottleneck is CPU operations in memory. Typically involves read-intensive operations where the results can all be cached in the buffer pool.
See also bottleneck.
See also buffer pool.
See also disk-bound.
See also workload.