SPDK 是 Storage Performance Development Kit 的缩写,中文常译为“存储性能开发套件”。它是一套用于构建高性能存储应用的软件框架与工具库,主要通过用户态(user space)驱动与轮询(polling)等方式,减少内核开销,从而提升 NVMe 等存储设备的吞吐与延迟表现。(在工程语境中也常泛指“SPDK 项目/框架”。)
/ˌɛs piː diː ˈkeɪ/
We tested the NVMe SSD with SPDK to reduce latency.
我们使用 SPDK 测试这块 NVMe 固态硬盘以降低延迟。
By integrating SPDK into our storage service, we achieved higher IOPS under heavy load while keeping CPU overhead predictable.
通过将 SPDK 集成到我们的存储服务中,我们在高负载下获得了更高的 IOPS,同时让 CPU 开销更可控。
SPDK 来自其全称 Storage Performance Development Kit: