#327 — October 16, 2019 |
Postgres Weekly |
Nondeterministic Collations — Postgres 12 supports a new Daniel Verité |
Prewarming Postgres's I/O Caches — The more Postgres can cache data in memory and the less it has to hit the disk, the better for performance. But it takes time for the most commonly used parts of a dataset to naturally end up in memory.. so what if you could speed up the process? Hans-Jürgen Schönig |
eBook: The Most Important Events to Monitor in Your Postgres Logs — In this pganalyze eBook, we are looking at the Top 6 Postgres log events for monitoring query performance and preventing downtime. pganalyze sponsor |
How to Set Up Streaming Replication in Postgres 12 — Percona’s Avinash Vallarapu talks about how to set up streaming replication in Postgres 12, basically a way to keep other servers ‘warm’ with your live data. Avinash Vallarapu |
What Is Autovacuum Doing to My Temporary Tables? — Temporary tables are not cleaned up by Postgres’s autovacuum process, you’ve got to do it on your own. Here’s why and how, complete with an example. Hans-Jürgen Schönig |
|
📂 Code and Projects |
Checking Postgres Object Ownership — A rather epic query that can list tables, views, foreign tables and sequences not owned by the Euler Taveira |
Oracle FDW for Postgres v2.2.0 — A foreign data wrapper for easy access to Oracle databases. v2.2.0 adds support for Laurenz Albe |
Creating a Multi-Layered Secured Postgres Database — Learn security best practices for managing your Postgres databases by watching this on-demand webinar. EnterpriseDB sponsor |
asyncpg 0.19.0: A fast Postgres Client Library for Python/asyncio — To go with your brand new Python 3.8 (that dropped this week), why not a newly updated high performance client library for magicstack |
MobilityDB: A 'Moving Objects' Database (MOD) Built on PostgreSQL and PostGIS — As PostGIS brings geospatial objects to Postgres, MobilityDB aims to go a step further in bringing time into play for representing the movement of items within geographic space. This is very much under development/prototype for now, but may interest some of you. ULB-CoDE-WIT |
A SQL Implementation of An Ancient Handwriting Recognition Algorithm — Yep, you read that write.. ;-) Noah Doersing |
|