Did you know we're running a tip of the week at the bottom of each issue now? If not, scroll down and check it out! :-) |
#294 — February 27, 2019 |
Postgres Weekly |
Playing with Parallel Queries — “Parallel queries in PostgreSQL allow us to utilize many CPUs to finish report queries faster. The parallel queries feature was implemented in 9.6 and helps. Starting from PostgreSQL 9.6 a report query is able to use many CPUs and finish faster.” Nickolay Ihalainen |
Don’t Miss Postgres Vision 2019 — Join us June 24 - 26, Boston, MA. Register now. EnterpriseDB sponsor |
The Current State of Open Source Backup Management for Postgres — A deep-dive into the most popular open source backup programs available for Postgres, what their current state is, and how they compare to one another. Achilleas Mantzios |
PostgreSQL BRIN Indexes: Big Data Performance With Minimal Storage — A block range index (or ‘BRIN’) can help you significantly reduce the amount of disk space required for high performance queries on big data. They were introduced in Postgres 9.5. Jonathan S. Katz |
If Postgres is The Fastest Growing Database, Why's the Community So Small? — Andrew Staller of Timescale notes that Postgres continues to be called the ‘fastest growing DBMS’ but that meetups and community groups tend to remain quite small. Andrew Staller (Timescale) |
PostgreSQL Avinash Vallarapu |
Creating a Simple Contacts List with Laravel and Postgres — Modern PHP is certainly a lot nicer than the PHP I remember wrestling with! Kamal Nasser |
eBook: Best Practices for Optimizing Postgres Query Performance — Learn how to get a 3x performance improvement on your Postgres database and 500x reduced data loaded from disk in this free pganalyze eBook. pganalyze sponsor |
How We Used Delayed Replication for Disaster Recovery with Postgres — Replication is no backup. Or is it? Here’s a look at delayed replication and how GitLab used it to recover from accidental label deletion. Andreas Brandl |
Running a Bakery on Emacs and Postgres — Here’s what happens when a programmer turns their skills to organizing a bakery. Piers Cawley |
WAL-G: Archival and Restoration for Postgres — Created as a successor to WAL-E, WAL-G is a complete rewrite with better performance, parallelization, and compression options. Citus Data |
Proj6 in PostGIS — One for the geospatial crowd only! Proj is a library Postgres uses when converting spatial coordinates from one system to another. Proj6 is the latest version. Paul Ramsey |
|