Database Administration & Monitoring Telling the PostgreSQL optimizer more about your functions 07.07.2019 by Daniel Westermann When you reference/call functions in PostgreSQL the optimizer does not really know much about the cost nor the amount of rows that a function returns. This is not really surprising as it is hard to predict what the functions is(…)
Database Administration & Monitoring, DevOps, Docker, SQL Server SQL Server containers and docker network driver performance considerations 05.07.2019 by Microsoft Team Few months ago I attended to the Franck Pachot session about Microservices and databases at SOUG Romandie in Lausanne on 2019 May 21th. He covered some performance challenges that can be introduced by Microservices architecture(…)
Cloud, DevOps, SQL Server Deploying SQL Server on Azure virtual machine with Terraform 02.07.2019 by Microsoft Team We are entering now to the infrastructure as code world and provisioning a SQL Server infrastructure is not excluded from the equation. This is especially true when it comes the Cloud regardless we are using IaaS or PaaS. One(…)
Database Administration & Monitoring Modifying pg_hba.conf from inside PostgreSQL 29.06.2019 by Daniel Westermann During one of the sessions from the last Swiss PGDay there was a question which could not be answered during the talk: Is it possible to modify pg_hba.conf from inside PostgreSQL without(…)
DevOps, Docker, Kubernetes, SQL Server Windocks and K8s support 28.06.2019 by Microsoft Team I got recently the 4.08 update from the Windocks team and I was very excited to evaluate some of new features. The first cool one I want to present in this blog concerns the Kubernetes support(…)
Development & Performance work Agile in a GxP-regulated environment 27.06.2019 by Middleware Team On 4 June 2019 I followed an invitation to wega-it’s Know-how & Networking Breakfast 2 2019 on “Agile Validation in GxP Projects”. So they were to discuss Agility in the context of GxP regulation. I had some earlier exposure to(…)
Database Administration & Monitoring Evenement Oracle : Dans la tête d’un Hacker & Comment protéger vos données sensibles 26.06.2019 by Oracle Team By Mouhamadou Diaw Pour une fois un blog en français parce que concernant un événement Oracle en Français. Aujourd’hui chez Oracle Suisse à Genève, il y’avait une présentation concernant la sécurité Oracle. Il s’agissait de se mettre à(…)
Database Administration & Monitoring PostgreSQL on the beach, PGIBZ, recap 23.06.2019 by Daniel Westermann So, finally, PostgreSQL on the beach is over. During discussions it was mentioned that some companies had issues to justify sending people to a conference to Ibiza. It was not really clear if they wanted to avoid the impression of(…)
Database Administration & Monitoring In-person event (June 11,2019) Ansible Automates – Bern 19.06.2019 by Open source Team A couple of weeks ago, I found in my inbox an invitation from Red Hat concerning an event organized in Bern about Ansible. I heard a lot about Automation but did not really know what can or could be(…)
Database Administration & Monitoring PostgreSQL partitioning (8): Sub-partitioning 18.06.2019 by Daniel Westermann We are slowly coming to the end of this little series about partitioning in PostgreSQL. In the last post we had a look at indexing and constraints and today we will have a look at sub partitioning. Sub partitioning means(…)