Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: RFC: An on-disk NFS-safe key-value store database (NFSdb)

by mr_mischief (Monsignor)
on Oct 29, 2014 at 14:31 UTC ( [id://1105489]=note: print w/replies, xml ) Need Help??


in reply to Re^2: RFC: An on-disk NFS-safe key-value store database (NFSdb)
in thread Temporarily moved

Thanks for the condescension, but it's actually not impossible to get away from NFS. Most of my work is done with application-level clustering.

I've done NFS-hosted home directories (and in fact /etc and /usr too; also used other networked file systems like AFS for that) before. It does grant some flexibility but it is far from the only way to do things. Maybe you should look at Ceph, GlusterFS, or GFS2 if you really want shared files.

If you trust yourself to write a fully-fledged database more than the PostgreSQL folks then go right ahead. I'd personally rather let the DB folks take care of anything more complex than a simple key/value store or object store. I like to focus my efforts elsewhere in the stack where we have problems that aren't already solved. PostgreSQL can be replicated very reliably and application scaling can be accomplished a number of ways other than putting everything on one big central file store.

We actually have a home-grown distributed object store with eventual consistency and failover to the original storage server for things not yet fully replicated. It's not what we use for a database. It's used as an object store. The database (often poor little MySQL, but sometimes PostgreSQL) is used as the database, complete with replication and read/write spreading with failover.

  • Comment on Re^3: RFC: An on-disk NFS-safe key-value store database (NFSdb)

Replies are listed 'Best First'.
Re^4: RFC: An on-disk NFS-safe key-value store database (NFSdb)
by RecursionBane (Beadle) on Oct 31, 2014 at 17:30 UTC

    It was not my intent to sound condescending, although I can see how my post might be construed as such. I apologize for the misunderstanding!

    I was merely clarifying that there are infrastructures out there that do not make it an option to get away from NFS (unless one works in, or has very close ties to, the IT department). NFSdb is not meant as a replacement for a database that has dozens of experienced database experts working to improve it every week. NFSdb is a simpleton's attempt to play nice with NFS while still supplying a (sufficiently robust) on-disk storage mechanism without the hassle of setting up a server.

    Cheers!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1105489]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-18 11:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found