Database Administration & Monitoring Microsoft Inspire Partner Event 2019 / Day 3 18.07.2019 by Yann Neuhaus dbi services at Microsoft Inspire Conference Core Note Satya Nadella – Day 3 The day started with the Core Note from Satya Nadella. Being alone at the conference allowed me to find one of the very last well-located seat to(…)
Database Administration & Monitoring Schedule reboots of your AWS instances and how that can result in a hard reboot and corruption 17.07.2019 by Daniel Westermann From time to time you might require to reboot your AWS instances. Maye you applied some patches or for whatever reason. Rebooting an AWS instance can be done in several ways: You can of course do that directly from the(…)
Database Administration & Monitoring Microsoft Inspire Partner Event 2019 / Day 2 16.07.2019 by Yann Neuhaus dbi services at Microsoft Inspire Conference SQL Server 2019 is in “public preview” stage, live from Microsoft Inspire 2019 – Day 2 Anshul Rampal (SQL Server product marketing team) and Rony Chatterjee (SQL Server Core team / Product Manager) presented(…)
Database Administration & Monitoring, DevOps, SQL Server Microsoft Inspire Partner Event 2019 / Day 1 16.07.2019 by Yann Neuhaus dbi services at Microsoft Inspire Conference Summary of my first participation – Day 1 After 20 years in the business of IT Infrastructure, time has come to open my mind 😉 and Microsoft Inspire is the perfect opportunity. It is(…)
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(…)