Database Administration & Monitoring Interested in the most advanced open source database? Where you can meet us in June … 07.05.2016 by Daniel Westermann Are you interested in what PostgreSQL can do for you? You can join us at the following events in June:(…)
Database Administration & Monitoring Connecting your PostgreSQL instance to a MariaDB/MySQL instance 28.04.2016 by Daniel Westermann Some time ago I blogged on how to connect your PostgreSQL instance to an Oracle instance (here and here). In this post I'll do the same with a MariaDB/MySQL instance.
Database Administration & Monitoring The (almost) same sample schema for all major relational databases (3) – MySQL/MariaDB 26.04.2016 by Daniel Westermann Some time ago I blogged on how to get the "Dell DVD Store Database Test Suite" installed in PostgreSQL and Oracle. This time we'll do the same on a MariaDB instance.
Database Administration & Monitoring Maintenance scenarios with EDB Failover Manager (3) – Witness node 19.04.2016 by Daniel Westermann In the last posts ( Maintenance scenarios with EDB Failover Manager (1) – Standby node , Maintenance scenarios with EDB Failover Manager (2) – Primary node ) we looked at how to perform maintenance(…)
Database Administration & Monitoring Maintenance scenarios with EDB Failover Manager (2) – Primary node 18.04.2016 by Daniel Westermann In the last post I looked at how you can do maintenance operations on the standby node when you are working in a PostgreSQL cluster protected by EDB Failover Manager. In this post I'll look on how(…)
Database Administration & Monitoring The (almost) same sample schema for all major relational databases (2) – Oracle 13.04.2016 by Daniel Westermann In the last post we looked at how to install the "Dell DVD Store Database Test Suite" into a PostgreSQL 9.5.2 database. In this post we'll do the same with an Oracle database.
Database Administration & Monitoring The (almost) same sample schema for all major relational databases (1) – PostgreSQL 13.04.2016 by Daniel Westermann The are times when it would be nice to have the same sample schema in all relational databases you or your company are working on. This is great if you want to compare how different databases execute the same tasks(…)
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 Linux quick tip – What is the local time in Kolkata? 22.03.2016 by Daniel Westermann Quite easy if you know how to do it from the shell (I didn’t know it 🙂 ): dwe@dwe:~$ TZ='Asia/Kolkata' date Tue Mar 22 19:12:25 IST 2016 You can use “tzselect” to list the available combinations and get the local(…)