đ€ Believe it or not, next week is the last full week before Christmas.. so next week we'll be doing a roundup of the most interesting and newsworthy items of 2020 before taking our Christmas break. See you then! :-) |
#385 â December 9, 2020 |
Postgres Weekly |
A Seamless MongoDB to PostgreSQL Migration â Coinbase is a large digital currency exchange so having a solid foundation for its data is a must. Here they share some lessons learned from a large cross-database data migration to AWS RDSÂ PostgreSQL. Alex Ghise (Coinbase) |
Replacing Lines of Code with 2 Little Regexes in Postgres â I love them but the term âregular expressionâ admittedly sends many developers running for the hills. Is there a good use for them with Postgres? Yes, and Steve shows one off here. Steve Pousty |
â¶ïž Future of Database Architecture is Postgres Compatible â The language and the tools that you use with Postgres are important for your efficiency. Join us on Dec 16 for a live tech talk to learn how and why database architecture is evolving without leaving Postgres behind. Save your spot. CockroachDB sponsor |
When to Use Hyperscale (Citus) to Scale Out Postgres â Citus by Citus Data is now a part of Microsoft (though remains open source) and is a powerful way to horizontally scale Postgres. In this article, Claire explains when and why youâd need this sort of power. Claire Giordano (Microsoft) |
Cleaning Up the Hans-JĂŒrgen Schönig |
Using Postgres Aggregate Functions in YugabyteDB to Analyze COVID-19 Data â Yugabyte is a Postgres-compatible âNewSQLâ database and hereâs a practical look at using SQL functions for linear regression analysis of coronavirus statistics. Bryn Llewellyn |
A V4 UUID Generation Benchmark â Shane Husson |
Wondering How You Should Optimize a Particular Query? â pganalyze uses auto_explain to automatically collect EXPLAIN plans. Identify slow sequential scans, sorts on disk &Â more. pganalyze sponsor |
Restoring An Individual Postgres Table â What if you want to restore an individual table from a dump? Thomas Vilhena |
Upgrading and Updating Postgres â Updating (such as from 12.0 to 12.1, say) is a different ball game to upgrading (such as from 12 to 13) and there are a few tools to consider. Hans-JĂŒrgen Schönig |
Comparing Options for Bulk Loading into Postgres â A comparison of Muhammad Usama |
đ§Â Tools and Code |
A Look at Cosimo Streppone |
pgagroal 1.0: High-Performance Connection Pool for Postgres â Has a lot of features and makes a lot of promises, including being extremely fast. â GitHub repo. Agroal |
pg-shortkey: YouTube-Like Short IDs as Postgres Primary Keys â A trigger for your database that lets you use YouTube-like URL-safe short IDs (e.g. oHg5SJYRHA0) as primary keys, if you wish. We first linked this a few months ago but Hacker News found it and a fun discussion ensued. turbo |
pg-listen: Postgres Andy Wermke |