|
|
|
|
|
by bityard
192 days ago
|
|
Interesting! I like the relative simplicity and durability guarantees. I can see using this for dev and proof of concept. Or in situations where HA/RAID are handled lower in the stack. What is the performance like for reads, writes, and deletes? And just to play devil's advocate: What would you say to someone who argues that you've essentially reimplemented a filesystem? |
|
W.r.t. filesystem: Yes, aware of this. Initially used minio and also implemented the use case directly on XFS as well and only had problems at larger scales (that still fit on a machine) with it. Ceph went into a similar direction with BlueStore (reimplementing the filesystem, but with RocksDB).