Writeheavy
Writeheavy is a term used to describe workloads, systems, or architectures in which write operations dominate the input/output profile. In practice a writeheavy workload is characterized by a high ratio of writes to reads, high write throughput requirements, and often strict durability and low-latency constraints for writes. It is commonly quantified via metrics such as write IOPS, write throughput (MB/s), and p95 write latency, as well as the write-to-read ratio.
In storage and database design, writeheavy workloads influence choices of data layout and media. They place
To support writeheavy loads, systems often employ write-optimized architectures: append-only logs, use of a write-ahead log,
Key challenges include hot spots, wear and tear on media, write amplification, and the cost of durability