best filesystem for an aws s3 like service

Posted by gucki on Server Fault See other posts from Server Fault or by gucki
Published on 2011-03-10T16:52:51Z Indexed on 2011/03/11 0:12 UTC
Read the original article Hit count: 438

Filed under:

Hi!

I need to build a fault tolerant, highly available key/value storage (no posix, only same functionaluty as S3) using cheap existing hardware. The storage should be able to handle several billions of items. The maximum size of items is around 1GB, most are only several KB. What's the best software/ filesystem for this task?

I already had a brief look at mogilefs, mongodb (grid-fs) & glusterfs but I'm not really sure which is stable & fault tolerant enough. The simpler the setup and later expansion the better :).

Corin

© Server Fault or respective owner

Related posts about storage