Database Administration & Monitoring Maintenance scenarios with EDB Failover Manager (1) – Standby node 08.04.2016 by Daniel Westermann Recently at a customer we again implemented a PostgreSQL architecture as described some time ago. When we delivered the first draft of the documentation the question popped up how to handle maintenance tasks in a failover cluster(…)
Database Administration & Monitoring Install PL/JAVA in PostgreSQL 9.5.1 25.03.2016 by Daniel Westermann Some time ago I blogged about how to install PL/JAVA in Postgres Plus Advanced Server 9.5. This resulted in an interesting comment from the maintainer of PL/Java. After(…)
Database Administration & Monitoring, Operating systems Getting started with Ansible – Preparations 17.03.2016 by Daniel Westermann When your infrastructure landscape becomes larger and larger you definitely need a tool which helps you in managing your servers, no matter if pḧysical or virtual, running in the cloud or not. One tool (many others are around) which assists(…)
Database Administration & Monitoring Feeding blogs/rrs items directly into your PostgreSQL database 14.03.2016 by Daniel Westermann There are many foreign data wrappers available for PostgreSQL. One of them can be used to query rss feeds. In this post I’ll show you how you can feed summary information of a blog(…)
Database Administration & Monitoring Pre-warming the buffer cache in PostgreSQL 11.03.2016 by Daniel Westermann When a database gets shutdown for patching, operating system maintenance or other reasons you completely lose the contents of the buffer cache. No surprise. Memory is not persistent. Wouldn’t it be nice to load the most important tables to the(…)
Database Administration & Monitoring Transactional DDL 09.03.2016 by Daniel Westermann When you are working on Oracle you probably learned that each DDL does an implicit commit in the background. There is no way to have DDLs wrapped in a real transaction (with the exception of the “create schema” command which(…)
Database Administration & Monitoring The dbi services PostgreSQL reference architecture (2) – The community approach 09.02.2016 by Daniel Westermann In the last post I looked at how dbi services designs a PostgreSQL architecture based on the products of EnterpriseDB. In this post I’ll look at the same questions but using pure community tools. If you(…)
Database Administration & Monitoring The dbi services PostgreSQL reference architecture (1) – The commercial approach 07.02.2016 by Daniel Westermann When it comes to designing a PostgreSQL architecture that fits your requirements there are a couple of things to think about: Do you need a HA setup? How shall backups and restores being done and how shall all of these(…)
Database Administration & Monitoring EDB Postgres Advanced Server 9.5 new features – Profiles 03.02.2016 by Daniel Westermann The just released version of EDB Postgres Advanced Server 9.5 introduces profiles very much the same as in Oracle. Lets have a look at it. As in Oracle there is a default profile: (enterprisedb@[local]:5445) [postgres] > x Expanded display(…)
Database Administration & Monitoring The Postgres Plus® Cloud Database 29.01.2016 by Daniel Westermann In the last posts (1, 2, 3, 4, 5) I looked at PostgreSQL in Amazon RDS. Another option you have if you want to go to the cloud(…)