Tag

sequential-io

1 views collected around this technical thread.

Big Data Technology Architecture
Big Data Technology Architecture
May 23, 2019 · Big Data

Kafka Performance Design: Sequential I/O, Page Cache, Zero‑Copy, and Partition Segmentation

The article explains how Kafka achieves high throughput and low latency by leveraging sequential disk I/O, operating‑system page cache, zero‑copy transmission, and a partition‑segment storage model, all of which are key design choices for big‑data messaging systems.

MessagingZero Copybig-data
0 likes · 6 min read
Kafka Performance Design: Sequential I/O, Page Cache, Zero‑Copy, and Partition Segmentation