Live data from Hacker News

Who Needs Git When You Have ZFS?

zef.me

1–10 of 148 posts

Re: Who Needs Git When You Have ZFS?

#6
post #4

I like ZFS a lot, but it's no replacement for Git. Snapshots are really handy for a lot of things, but not for a group of developers collaborating over some source code.

Did you read the article?

    "Of course, I'm not seriously suggesting you'd ditch a "proper" version control system

Re: Who Needs Git When You Have ZFS?

#7
ZFS is excellent for database development! Create a snapshot before you try something that mess up your data and instantly restore it! If your development database is a few gigabytes, this will save you a lot of time.

Re: Who Needs Git When You Have ZFS?

#9
post #2

It looks like ZFS which came from BSD systems will be/is the next big thing in Linux, not Ubuntu on Windows which gets more hype...

ZFS has been around and stable on Linux for years, I doubt it's going to be the next big thing. It's usefulness is pretty limited for VMs. Btrfs on vms is at least useful for docker.

Re: Who Needs Git When You Have ZFS?

#10
post #7

ZFS is excellent for database development! Create a snapshot before you try something that mess up your data and instantly restore it! If your development database is a few gigabytes, this will save you a lot of time.

Sounds great. Can you also duplicate versions of a database to coworkers on the same machine without much cost?
Post reply on HN