#449 — April 6, 2022 |
Postgres Weekly |
How Postgres Chooses Which Index to Use for a Query — Whenever a blog post is dated April 1st, I’m immediately on edge, but there’s no fooling around in Lukas’s deep yet direct look at how Postgres’s query planner gets to work. This goes right down into Postgres’s source code(!) but also covers a practical example of why this is useful knowledge to have in your back pocket. Lukas Fittl |
Mapping Timestamps to 'Bins' with Hans-Jürgen Schönig |
App Performance Blocked By Your Database? — Scaling Postgres databases can mean cost and complexity. PolyScale provides a plug-and-play serverless edge cache for Postgres. Scale globally in minutes without writing code or deploying infrastructure. PolyScale.ai sponsor |
In brief:
|
Postgres Container Apps: Easy Deployment of Apps in Postgres — An interesting development. Postgres Container Apps provide a mechanism for spinning up a container-based app from within Postgres that itself runs directly alongside your Postgres database. This is Crunchy specific but it’s interesting to think of the use cases for this. Craig Kerstiens (CrunchyData) |
Identify Postgres Performance Bottlenecks with Ryan Booz (Timescale) |
Quick Trick: Search in Every Field in a Table — You want to find a value in a table and you don’t care what column it’s in! What to do? You could select a row as a single value and cast it to a string.. Hubert depesz Lubaczewski |
Keep Up with the Latest in Startups, Tech, & Programming in Just 5 Min TLDR Newsletter sponsor |
Tidying Up with Shaun Thomas (EDB) |
How to Enable SSL for Postgres Connections
|
🔧 Code and Tools: |
Postico: A Native Postgres Client for macOS — It’s a commercial product (with a trial) but has an elegant native macOS aesthetic. We first linked to it seven years ago, but love checking in to see projects still doing well. Egger Apps |
A Postgres Wire-Compatible SQLite Proxy — What if you could use Postgres client tools.. but to work with SQLite databases on remote servers? That’s the idea put forward by this interesting experiment. Ben Johnson |