Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: S3 compatible store with 1M IOPS(4K-R,p99~5ms), BYOC in 5min with rust (github.com/fractalbits-labs)
19 points by fractalbits 18 hours ago | hide | past | favorite | 6 comments




>Atomic

>Directories

If you want a file system just use one. Object stores and file systems are different concepts and technologies. AWS EFS exists for a reason.


We wrote a blog explaining why we built another object storage and why it is different: https://fractalbits.com/blog/why-we-built-another-object-sto.... Welcome any useful feedback!

How does it compare to rustfs ? I saw it claims 1580K IOPS: https://zhuanlan.zhihu.com/p/1977752657562182612

well I checked the code in their repo,but could not find any snippets as mentioned in the post,which made the claimed perf numbers very suspicious. There was also no cluster configration details in their claim,but you can verify our performance numbers by simply following the deploy steps in the readme.

Does this support the the range header?

Yes, you can check the code here https://github.com/fractalbits-labs/fractalbits-main/blob/ma.... For each type of requests we have a separate handler for that.

The basic tests are here: https://github.com/fractalbits-labs/fractalbits-main/blob/ma.... We also have fuzz tests internally, which could be open once we feel it is ready.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: