Database Administration & Monitoring Migrating your users from md5 to scram authentication in PostgreSQL 11.07.2019 by Daniel Westermann One of the new features in PostgreSQL 10 was the introduction of stronger password authentication based on SCRAM-SHA-256. How can you migrate your existing users that currently use md5 authentication to the new method without any(…)
Database Administration & Monitoring, Hardware & Storage, Operating systems, Oracle Huawei Dorado 6000 V3 benchmark 10.07.2019 by Oracle Team I had the opportunity to test the new Dorada 6000 V3 All-Flash storage system. See what the all-new Dorado 6000 V3 All-Flash Storage system is capable as storage for your database system.
Database Administration & Monitoring Storage performance benchmarking with FIO 10.07.2019 by Oracle Team Learn how to do storage performance benchmarks for your database system with the open source tool FIO.
Database Administration & Monitoring What you should measure on your database storage and why 10.07.2019 by Oracle Team How can you do a good capacity and performance management for your databases, when you do not know, what your storage system is capable of, and what you need? In this article, we are discussing a way to test a(…)
Database Administration & Monitoring Converting columns from one data type to another in PostgreSQL 08.07.2019 by Daniel Westermann Usually you should use the data type that best fits the representation of your data in a relational database. But how many times did you see applications that store dates or numbers as text or dates as integers? This is(…)
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 design(…)
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(…)
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(…)