diff --git a/Independent-Benchmarks.md b/Independent-Benchmarks.md index 126197c..6483a84 100644 --- a/Independent-Benchmarks.md +++ b/Independent-Benchmarks.md @@ -1,5 +1,14 @@ Please submit independent benchmarks here. They will be re-organized to the right wiki place later. +# A talk comparing SeaweedFS with Minio. + +https://github.com/miku/haystack + +``` +we used minio as a KVS with an S3 API and inserts got very slow after around 80-100M keys (it probably was the ext fs) +we looked for alternatives, that could be deployed quickly, found seeweedfs, tested it and deployed it +``` + # Comparing with MooseFS https://github.com/moosefs/moosefs/issues/370 @@ -11,4 +20,5 @@ I've copied all 30 million small files to SeaweedFS and then measured time taken SeaweedFS accomplished the task roughly 2.5 times faster than MooseFS but there is a catch: I've placed small files to SSD-backed chunkservers while SeaweedFS had the data on rotational HDDs. That's a serious evidence of efficient design when one can demonstrate 2+ times better performance on HDD versus SSD, isn't it? # A SeaweedFS introduction in Chinese -https://github.com/bingoohuang/blog/issues/57 \ No newline at end of file +https://github.com/bingoohuang/blog/issues/57 +