Database Administration & Monitoring EDB PEM – Monitor your Postgres cluster 04.02.2020 by Open source Team In my last post, I explained, how to setup a HA Postgres Cluster using EDB Postgres Advanced Server and Failover Manager. As a next step, we want to install the EDB Postgres Enterprise Manager to monitor what we setup before.
Database Administration & Monitoring Setup a two node Postgres HA Cluster using EDB Advanced Server and EFM 03.02.2020 by Open source Team Some time ago I had a customer looking for a two node PostgreSQL Master/Replica solution. As we need Oracle compatibility in a later step, we decided to go with the EnterpriseDB tools. This article should give you an introduction on(…)
Database Administration & Monitoring, Database management SQL Server Tips: Path of the default trace file is null 28.01.2020 by Stéphane Haby In addition of my precedent blog about this subject “SQL Server Tips: Default trace enabled but no file is active…”, I add a new case where the default path of the trace file was empty. The(…)
Database Administration & Monitoring Adding PostgreSQL extensions without being super user? 22.01.2020 by Daniel Westermann Usually, when you need to install a PostgreSQL extension you do this as superuser (or at least I am doing it like this). The downside of that is, of course, that a super user must be available once a new(…)
Database Administration & Monitoring, Database management, Development & Performance, Hardware & Storage, Operating systems Make Oracle database simple again! 22.01.2020 by Jérôme Dubar Introduction Let’s have a look at how to make Oracle database as simple as it was before. Oracle database is a great piece of software, yes it’s quite expensive, but it’s still the reference and most of the companies can(…)
Big Data, Cloud, Database Administration & Monitoring, Database management, SQL Server One day training @ Microsoft Azure Cloud Workshop 22.01.2020 by Stéphane Haby Today, with my colleague Christophe, we follow the Microsoft Azure Training Day: Data and Analytics @ Microsoft Zürich (Wallisellen to be exact). After a presentation of SQL Server 2019, we begin with the First Lab about(…)
Database Administration & Monitoring, Database management SQL Server Tips: Orphan database user but not so orphan… 21.01.2020 by Stéphane Haby Beginning of this year, it is good to clean up orphan users in SQL Server databases. Even if this practice must be done regularly throughout the year of course. 😉 During my cleaning day, a new case appears that(…)
Database Administration & Monitoring PostgreSQL 13: parallel vacuum for indexes 20.01.2020 by Daniel Westermann Because of its implementation of MVCC PostgreSQL needs a way to cleanup old/dead rows and this is the responsibility of vacuum. Up to PostgreSQL 12 this is done table per table and(…)
Database Administration & Monitoring Deploying your own PostgreSQL image on Nutanix Era – 2 – Deploying a new PostgreSQL VM 18.01.2020 by Daniel Westermann In the last post I described how you can create your own PostgreSQL image in Nutanix Era. In Nutanix wording this is a "Software profile". This profile can now be used to deploy PostgreSQL VMs with(…)
Database Administration & Monitoring, Oracle Dbvisit 9: Adding datafiles and or tempfiles 17.01.2020 by Oracle Team By Mouhamadou Diaw One question I was asking is if the standby_file_management parameter is relevant in a Dbvisit environment with Oracle Standard Edition. I did some tests and I show here what I did. We suppose that the Dbvisit(…)