|
|
|
|
|
by ithkuil
4127 days ago
|
|
1) Performance. Zero copy ("The kernel writes them from the NIC to shared memory, then the kernel uses that same shared memory for O_DIRECT writes to disk. The packets transit the bus twice and are never copied from RAM to RAM."). Parallelism. 2) Disk management. Rotates old data, etc 3) Indexing and supports efficient retrieval while writing. It allows to analyse the traffic after the fact, at 10Gbps line speed. |
|