#342 — February 12, 2020 |
Postgres Weekly |
Pavel Stěhule |
Michael Paquier |
Get Deeper Insights into Your DB with Automated EXPLAIN Plan Analysis — Other tools might show what happened in the database, pganalyze equips engineering teams with the insights to understand why it happened. Check out our new EXPLAIN insights features to get simple visualizations of costliest plan nodes, slow sorts, and more. pganalyze sponsor |
Configuring David Conlin |
Aurora PostgreSQL Now Supports Machine Learning and Exporting to Amazon S3 — Several bits of news out of AWS this week for both Aurora (their Postgres-compatible RDBMS) and RDS (actual Postgres on AWS infrastructure). Aurora PostgreSQL can now integrate with AWS’s SageMaker machine learning service, you can export data directly into S3, and there’s improved Postgres 11.6 compatibility. Amazon Web Services |
Amazon RDS for PostgreSQL Supports New Versions and Instance Sizes — More AWS news, this time for RDS. As well as support for Postgres 11.6, 10.11, 9.6.16, and 9.5.20, you can now use RDS on more instance types (db.m5 and db.r5 8xlarge and 16xlarge sizes) if you really need 512GB or RAM on your Postgres instance :-) Amazon Web Services |
Why Does Dropping a Column Not Reclaim Disk Space? — In short, because it’s not usually necessary. A column is simply made ‘invisible’ to SQL operations and space will be reclaimed over time. Luca Ferrari |
How To Migrate From Trigger-Based Partitioning to Native Keith Fiske |
An Introduction to Aurora PostgreSQL Cluster Cache Management — Cluster cache management is a feature available on AWS’s Aurora Postgres variant that helps reduce the negative performance effects of lost/cold caches after failovers. Sameer Malik and Andrei Ilyashenko |
Dealing with Casing When Migrating from SQL Server to Postgres — SQL Server and Postgres have rather different approaches to the use of upper-case letters when naming things. Hans-Jürgen Schönig |
Save Time with Postgres Cheatsheet — Assembled with ❤️ by Timescale developers, Postgres Cheatsheet is a one-stop shop for essential Postgres commands. Click, copy, done. Timescale sponsor |
How to Map a Postgres Array to a Java List with JPA and Hibernate Vlad Mihalcea |
es2postgres: An ElasticSearch to Postgres Loader — Uses Tibor Kiss |
Hasql: A Flexible Postgres Driver for Haskell — Boasts a ‘flexible mapping API’ for mapping table data to values in the language. Nikita Volkov |
|
As seen on Twitter.. |
Fingers crossed it's a yes ;-) |