#413 — July 7, 2021 |
Postgres Weekly |
Simulating Temporal Tables with Kaarel Moppel |
A Look at Row-Level Locks — A practical demo of how row-level locks are managed in Postgres and can be used together with object-level locks. Egor Rogov |
🌟 Time-Series 101: Get 10+ Tutorials, Sample Datasets & More — Explore 10+ tutorials - complete with sample datasets and SQL queries - to get up and running with time-series data analysis. Topics range from analyzing crypto trends to DevOps & IoT monitoring, building awesome visualizations & beyond. 🚀 Timescale sponsor |
Understanding Jobin Augustine |
Ora2PG Now Supports Gilles Darold |
IN BRIEF:
|
Postgres Permissions and Materialized Views — Materialized views let you persist the result of a query, but keeping them suitably refreshed by a non-owner can require some work on the permissions. Ryan Lambert |
Instant Realtime APIs on Postgres with Authorization | Get Started for Free in 30s Hasura sponsor |
▶ New Ways to Get Started with Azure Database for PostgreSQL — A snappy 20-minute introduction to running Postgres on Azure, particularly in its Citus-flavored ‘Hyperscale’ form. Claire is one of the most prolific suppliers of links to Postgres Weekly, by the way, so it’s neat to see her talking about Postgres live. Scott Hanselman and Claire Giordano |
How JOINs Between Local and Distributed Postgres Tables Work with Citus — Citus makes it possible to distribute tables across multiple nodes in a cluster and even to JOIN between them. This post is a basic introduction to how it works. Sait Talha Nisanci |
Paranoid SQL Execution on Postgres — Jeremy thinks of some ideas to execute SQL with a “paranoid” level of safety, by using timeouts, fully qualifying the names of things, using hot standbys, and more. Jeremy Schneider |