#307 — May 29, 2019 |
Postgres Weekly |
Visualizing the Postgres Vacuum Progress — If your database’s vacuum procedure is taking an extensive amount of time (as it is here) being able to visualize its progress is surely desirable. Dave Pacheco |
Postgres 12 Beta 1 Released — The draft release notes go into detail on what’s new, but a few things worth looking at are:
PostgreSQL Global Development Group |
Using Automatic Table Statistics to Improve the Optimizer — How automatically generating table statistics made a cost-based optimizer make better decisions when picking queries. Cockroach Labs sponsor |
Parallel PostGIS and PgSQL 12: Problems Solved! — Spatial queries are often CPU-bound so being able to process them in parallel potentially has big wins which Postgres 12 is now able to deliver on: “PostgreSQL 12 and PostGIS 3 have finally cracked the parallel spatial query execution problem, and all major queries execute in parallel without extraordinary interventions.” Paul Ramsey |
Using Docker Hub's Postgres Images — Very helpful advice if you want to use the Docker-hosted images to run up Postgres for things like CI jobs or development. Craig Ringer |
Table Inheritance: What's it Good For? — I must admit, I’ve never used table inheritance, but Chris demonstrates how it can make certain database design problems a lot easier to handle. Chris Travers |
Deploying Active-Active Postgres on Kubernetes — A step-by-step guide on how to deploy an active-active Postgres cluster on Kubernetes using Symmetric-DS (an open source database replication tool). Dave Cramer |
▶ Postgres, C'est le Nouveau NoSQL (It's the New NoSQL) — A talk that’s in French which limits the audience somewhat but the slides are, handily, all in English. Laurent Doguin |
Don’t Miss Postgres Vision 2019 — Join us June 24 - 26, Boston, MA. Register now. EnterpriseDB sponsor |
PostgresClientKit: A Client Library for Swift That Doesn't Require David Pitfield |
Sequelize: An Easy-to-Use Multi SQL Dialect ORM for Node.js — Works well with Postgres and good choice if you’re a Node developer. Sequelize |
|
|