#365 — July 22, 2020 |
Postgres Weekly |
Recreating YikYak with PostgreSQL — YikYak was an anonymous social network that used your location to show you posts 5km around you (we can’t see how that could possibly cause problems.. 😂) and you can recreate the underlying principle of its operation using Postgres’s geographical coordinate support. Adam Fallon |
pgwatch2 v1.8.0 Released — pgwatch2 is a popular Postgres monitoring tool and it now has Pgpool-II, Postgres 13 and TimescaleDB metrics storage support. Kaarel Moppel |
Real-Time Postgres Performance Monitoring — Collect out-of-the-box and custom Postgres metrics and correlate them with data from across your distributed infrastructure and applications. Try it free with Datadog for 14 days. Datadog sponsor |
Partitioning a Large Table Without a Long-Running Lock — You’ve got a huge table, you need to partition it, but you need that table to remain available to your app.. what do you do? Andrew Dunstan has a recipe to follow. Andrew Dunstan |
Getting More Performance for LIKE and ILIKE Statements — Our tip of the week (below) covers pattern matching and Hans-Jürgen Schönig |
Bruce Momjian |
Representing Dates, Times and Intervals in Postgres — Postgres comes with a bunch of built-in date and time related data types. But why should you use them over strings or integers? Here’s an overview looking at the why, plus advice on how to do so effectively. RapidLoop |
💻Live Webinar: 5 Ways to Improve Postgres Insert Performance — Join us on Aug 19 to learn five simple, yet powerful, techniques to supercharge your PostgreSQL ingest performance - plus live demos and pro tips for each tactic. Timescale sponsor |
Examining the Postgres Catalog with Python — Mark Ryan looks at how to get the most out of database metadata - by writing a program to automatically extract the information held within. Towards Data Science |
Generating & Managing Postgres Schema Migrations with Spring Boot JPA Muhammad Haroon |
▶ Using PEM to Improve Performance in Postgres: The Postgres Tuning Wizard and Performance Diagnostics — An hour-long webinar running through how to use EDB’s Postgres Enterprise Manager (PEM) GUI. (Note: the audio is a bit muffled generally.) EDB |
|