Database Administration & Monitoring, SQL Server First look at SQL Server 2022 Contained Availability Groups 09.06.2022 by Steven Naudet Introduction SQL Server 2022 introduces the new concept of Contained Availability Groups. This is something that DBAs have been waiting for since Availability Groups were introduced 10 years ago. Contained Availability Groups enhance the Availability groups by providing the(…)
Oracle ODA X9-2: it’s finally here! 08.06.2022 by Jérôme Dubar Updated the 10th of June, 2022: add PMEM option on X9-2L. Introduction It’s been nearly 3 years that Oracle Database Appliance X8-2 reached the market, and in 2022 it’s still a great performer. But now it’s time for a refresh:(…)
Database Administration & Monitoring, SQL Server SQL Server 2022 Parameter Sensitive Plan optimization 01.06.2022 by Steven Naudet Introduction The Intelligent Query Processing (IQP) feature family is extended with SQL Server 2022.One of the most anticipated features is the Parameter Sensitive Plan optimization. I started to test this new feature. In this post, you will find some(…)
AWS, Cloud Automated patching at Idorsia with AWS Systems Manager 01.06.2022 by Nicolas Jardot Servers patching is very important but can be very challenging. One of our customers, Idorsia Pharmaceuticals Ltd implemented successfully AWS Systems Manager (SSM) to automate patching not only of instances running in AWS Cloud but also covering on-premises(…)
Database Administration & Monitoring, SQL Server SQL Server 2022 public preview available 31.05.2022 by Steven Naudet This is a small blog post to share that the SQL Server 2022 public preview is available for download. The Microsoft announcement blog post and a summary of the new feature are available here : Announcing SQL Server 2022(…)
Database Administration & Monitoring, PostgreSQL Helvetia used AWS SCT & DMS to migrate to AWS RDS for PostgreSQL 19.05.2022 by Daniel Westermann One of our long term-time customers, Helvetia, successfully migrated on-prem Oracle databases to AWS, not only because of the licenses, but more importantly: to deploy faster, innovate faster, and use the state-of-the-art open source(…)
DevOps DevOpsDays – Geneva 16.05.2022 by DevOps We started the Geneva DevOpsDays Thursday May 12th , with dbi services colleagues Pascal ZANETTE, Pierre-Yves BREHIER, Jean-Philippe CLAPOT and Chay TE, with the registration and a few cup of coffee, to prepare this first day.After the Welcome speech provided by(…)
DevOps DevOpsDays Geneva 2022 16.05.2022 by DevOps Finally… this young event (3rd edition) for romandie is back after 2 years! It has brought together more than 400 people involved in DevOps culture for 2 intensive days, allowing people to share knowledge and networking in a very great(…)
DevOps, YaK dbi services at the DevOpsDays Geneva 2022 16.05.2022 by DevOps dbi services was at the DevopsDays Geneva 2022 this year, which took place at the Haute Ecole de Gestion campus, in Carouge on the 12th and 13th of May. Pierre-Yves Brehier, Pascal Zanette, Emmanuel Wagner, Chay Te and myself were(…)
Cloud, Database Administration & Monitoring, DevOps, Kubernetes, MySQL Installing MySQL InnoDB Cluster in OKE using a MySQL Operator 10.05.2022 by Elisa Usai During previous months, I've had some time to satisfy my curiosity about databases in containers and I started to test a little bit MySQL in Kubernetes. This is how it all began...