SeaweedFS bottleneck
Author: piercashuangCreated Sep 15, 2026Updated Sep 15, 2026
The HTTP interface of seaweedfs doesn't support 400MB/s of data per second. I send 100KB HTTP requests to seaweedfs using multithreading, but it ends up queuing. Solid-state drives fully support 400MB/s IO, and even if each HTTP request takes 2ms, you could still get 500MB/s per second for 100KB files, so the bottleneck is in seaweedfs.
Source: seaweedfs/seaweedfs