Pgcow Alternatives
Similar projects and alternatives to pgcow
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
database-lab-engine
DBLab enables 🖖 database branching and ⚡️ thin cloning for any Postgres database and empowers DB testing in CI/CD. This optimizes database-related costs while improving time-to-market and software quality. Follow to stay updated.
-
pg_branch
Experimental Postgres extension for quickly branching databases through file system snapshots
-
pg-clone-schema
Postgres clone schema utility without need of going outside of database. Makes developers life easy by running single function to clone schema with all objects. It is very handy on Postgres RDS. Utility is sponsored by http://elephas.io/
pgcow discussion
pgcow reviews and mentions
-
Pg_branch: Pre-alpha Postgres extension brings Neon-like branching
https://github.com/Photonios/pgcow that supports ZFS.
BTRFS is not that scary. Quota and RAID56 is broken but other features have been stable quite some time. Btrfs is used by default for few Linux distros and Facebook makes quite heavy use of it on their servers https://lwn.net/Articles/824855/
I have been running btrfs on all of my machines since 2016 as transparrent file compression helps a lot with keeping disk usage down.
Btrfs RAID1 even saved my data once when one of the SSD's decided to die suddenly.
For maximum performance you should run databases on top of XFS anyway. It also supports per-file COW via relinks.
Stats
Photonios/pgcow is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of pgcow is C.