Database Administration & Monitoring No more recovery.conf in PostgreSQL 12 28.11.2018 by Daniel Westermann Traditionally everything which is related to recovery in PostgreSQL goes to recovery.conf. This is not only true for recovery settings but also for turning an instance into a replica which follows a master. Some days ago(…)
Database Administration & Monitoring EDB BART 2.2, parallel full backups without using pg_basebackup 12.11.2018 by Daniel Westermann Some days ago EnterpriseDB released the latest version of its backup and recovery tool for PostgreSQL and EDB Postgres Advanced Server, release notes here. The main new features, at least for me, are backups using multiple(…)
Database Administration & Monitoring An index only scan in PostgreSQL is not always index only 10.11.2018 by Daniel Westermann PostgreSQL supports index only scans since version 9.2 which was released in September 2013. The purpose of an index only scan is to fetch all the required values entirely from the index without visiting the table(…)
Database Administration & Monitoring Deep dive Postgres at the #pgconfeu conference 26.10.2018 by Hervé Schweitzer Today I followed many good technical sessions at the European Postgres conference. The Postgres conferences are really technical oriented, you will find no marketing sessions there and you learn a lot of things. As promised yesterday, I wrote today my(…)
Database Administration & Monitoring Inheriting super user privileges over a role automatically in PostgreSQL 16.10.2018 by Daniel Westermann In a recent project at a customer where we synchronize the users and group out of Active Directory we hit a little issue I was not aware of before. Suppose you have created a role in(…)
Database Administration & Monitoring When we do a pg_dump and right afterwards truncate a table which is in the dump, what happens? 21.08.2018 by Daniel Westermann Being at customers is always the best way to learn. Today while discussing that pg_dump will always produce a consistent dump because it uses the "repeatable read" isolation level this question came up: What happens when we(…)
Database Administration & Monitoring The size of Oracle Home: from 9GB to 600MB – What about PostgreSQL? 17.08.2018 by Daniel Westermann A recent blog post from Franck and a tweet around that topic is the inspiration for this blog post, thanks Jan for requesting :). In short it is about how small(…)
Database Administration & Monitoring Using the managed PostgreSQL service in Azure 14.08.2018 by Daniel Westermann In the last post we had a look on how you can bring up a customized PostgreSQL instance in the Azure cloud. Now I want to check what you can do with the managed service. For(…)
Database Administration & Monitoring Bringing up your customized PostgreSQL instance on Azure 13.08.2018 by Daniel Westermann The Azure cloud becomes more and more popular so I gave it try and started simple. The goal was to provision a VM, compiling and installing PostgreSQL and then connecting to the instance. There is also a fully(…)
Database Administration & Monitoring Backing up and restoring EDB containers in MiniShift/OpenShift 08.08.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. The last blogs in the series are already some days old: Setting up MiniShift,(…)