#463 — July 13, 2022 |
Postgres Weekly |
How Postgres 15 Improves Ryan Lambert |
Scale Your Postgres Instance Globally, in Minutes — PolyScale.ai is a plug-and-play database edge cache that keeps your database queries fast, everywhere. Run low-latency, multi-region applications or serverless functions, without the cost and complexity of traditional database scaling. PolyScale.ai sponsor |
Column Order in Postgres Does Matter — You might think that the order of columns in a database table is just a trivial consequence of that table's history and doesn’t matter much at a technical level. But it can, says Hans-Jürgen, though his example does lean on a particularly extreme example(!) Hans-Jürgen Schönig |
💡 GitLab has a handy article on why they require their developers order columns in a specific way in Ordering Table Columns in PostgreSQL – if you want to learn more about this matter. |
Initial Findings from the State of PostgreSQL 2022 Survey — It takes a while to crunch the data to find insights from large community surveys, so Timescale is taking a dip in the shallow end first with a look at demographics (notably, most respondents were not from North America) and a few answers to open ended questions. Ryan Booz |
QUICK BITS:
|
Some Notes on GitLab’s Postgres Schema Design — It’s been a worrying long time since we’ve seen a real world database design article doing the rounds, so it’s fun to see Shekhar poking around in Gitlab’s (seemingly rather well designed) database a little. Shekhar Gulati |
Data to Go: Postgres Logical Replication — Need your data to be copied to a new location on the regular for further processing, consolidation, or more? Postgres 10+’s logical replication is for you. This is a quick explainer that also compares it to streaming replication. Elizabeth Christensen |
Tracing Gorm Queries with OpenCensus and Google Cloud Tracing — GORM is a powerful ORM for Go and the team at Incident use it for working with their Postgres database. Here’s how they trace what’s going on in order to keep an eye on performance. Alex Russell-Saw |
Free eBook: Understanding Databases Linode sponsor |
Enabling and Enforcing SSL/TLS for Postgres Connections
|
RELEASES: FerretDB 0.5 – A MongoDB alternative on top of Postgres. |