Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Tue, 11 Oct 2016 00:00:00 +0000 Pgx - a faster PostgreSQL client library for Go #data #psql #db 8 points posted by kenny https://github.com/jackc/pgx 200 Fri, 09 Oct 2015 19:48:00 +0000 Sharding PostgreSQL with Go #db #data #psql 6 points posted by lolly https://github.com/go-pg/sharding 193 Fri, 09 Oct 2015 07:11:00 +0000 A rewrite of Disaster Recovery for Postgres in Go by @citusdata #psql #citus <div>A key part of running a reliable database service is ensuring you have a good plan for disaster recovery. Disaster recovery comes into play when disks or instances fail, and you need to be able to recover your data. In those type of cases logical backups, via pg_dump, may be days old and in such cases not ideal for you to restore from. To remove the risk of data loss, many of us turn to the Postgres WAL to keep safe.<br></div><div><br></div><div>Years ago Daniel Farina, now a principal engineer at Citus Data, authored a continuous archiving utility to make it easy for Postgres users to prepare for and recover from disasters. The tool, WAL-E, has been used to keep millions of Postgres databases safe. Today we’re excited to introduce an exciting new version of this tool: WAL-G. WAL-G, the successor to WAL-E, was created by a software engineering intern here at Citus Data, Katie Li, who is an undergraduate at UC Berkeley.</div> 4 points posted by kenny https://www.citusdata.com/blog/2017/08/18/introducing-wal-g-faster-restores-for-postgres 2544 Fri, 18 Aug 2017 20:07:00 +0000