#301 — April 17, 2019 |
Postgres Weekly |
'Postgres Now Has Pluggable Table Storage' — Well, core does, we’ll need to wait a while to be using this in production, but being able to more easily switch in table storage systems will open up interesting opportunities. Andres Freund on Twitter |
Writing PostgreSQL Extensions in C is Fun — It depends on your definition of fun but it’s not quite as difficult as I’d assumed. This post walks through the basic steps to get started. I also think reading the code of simple, but complete, extensions such as count_distinct is useful if you wish to pursue this. Ibrar Ahmed |
Learn to Secure Your Database — Join the free PostgreSQL webinar: Security and Compliance with PostgreSQL and learn to identify and secure your database breach points. Reserve your spot today. 2ndQuadrant PostgreSQL Webinars sponsor |
When Postgres Blocks: 7 Tips for Dealing with Locks — We’re revisiting a classic post that highlighted common mistakes developers face dealing with Postgres locks and what you can do about them. Marco Slot |
Postgres 12 is Optimizing the Storage of Small Tables — One to read if your database model requires that you have a large number of small tables (e.g. a multi-tenant schema). Things will be getting more efficient in Postgres 12. John Naylor |
Swarm64 Supports Xilinx Alveo Accelerator — At the risk of sounding like a pile of buzzwords and trademarks, this is a press release for an FPGA-based database accelerator that supports Postgres. Swarm64 |
Fast Upgrading of Legacy Postgres with Minimum Downtime Using Avinash Vallarapu |
Getting Started with Azure Database for PostgreSQL — A fully managed Postgres database engine with features like built-in high availability, scalability, and security. Get started and leverage the open source tools of your choice. Microsoft Azure sponsor |
A Postgres 12 Highlight: Michael Paquier |
pspg: An Alternative Pager for Postgres's psql Client — Replaces Pavel Stehule |
Marten: Postgres-Based Persistence for .NET Systems — A document database and event store for .NET-based apps that uses Postgres to do the heavy lifting on the backend. And, yes, it works on .NET Core :-) JasperFx |
libpqxx: The Official C++ Client API for Postgres — It’s had quite a few updates recently. Jeroen Vermeulen |
|
|