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(…)
Development & Performance, SQL Server RCSI with foreign keys, NULL values and paramater sniffing behavior 04.04.2019 by Microsoft Team In this blog post let’s go back to the roots (DBA concern) with a discussion with one of my friends about a weird transaction locking issue. In fact, this discussion was specifically around two questions. The(…)
Database Administration & Monitoring, Database management, Development & Performance, Hardware & Storage, Oracle When you change the UNDO_RETENTION parameter, the LOB segment’s retention value is not modified 18.03.2019 by Oracle Team Below, I will try to explain, a particular case for the general error : ORA-01555 snapshot too old error.. Normally, when we have this error, we are trying to adapt the retention parameters or to tune our queries. SQL> show(…)
Database Administration & Monitoring, PostgreSQL Lighty for PostgreSQL 27.06.2018 by Oracle Team By Franck Pachot . If you follow this blog, you should know how I like Orachrome Lighty for Oracle, for its efficiency to monitor database performance statistics. Today Orachrome released the beta version of Lighty for Postgres:(…)
Database Administration & Monitoring, Development & Performance, SQL Server, Technology Survey SQL Server 2017: Can I run a “standard” rebuild on the index after a Resumable Online Index Rebuild is suspended? 20.03.2018 by Stéphane Haby This article is an additional article to my precedent about “SQL Server 2017: What’s happens with an interruption during a Resumable Online Index Rebuild?”(…)
Database Administration & Monitoring, Development & Performance, SQL Server, Technology Survey SQL Server 2017: What’s happens with an interruption during a Resumable Online Index Rebuild? 20.03.2018 by Stéphane Haby Last week, I presented this option in our internal event, the dbi xChange. My colleague David Barbarin asked me this question, what’s append if an interruption occurs (reboot, SQL Server service stopped,…) during a Resumable(…)
Database Administration & Monitoring, Database management, Oracle CPUs: Cores versus Threads on an Oracle Server 17.02.2018 by Clemens Bleile When doing a performance review I often do talk with the DBA about the CPU utilization of the server. How reliable is the server CPU utilization with tools like top or the host CPU utilization in the AWR-report? E.g. on(…)
Database Administration & Monitoring Index seek operator and residual IO 12.02.2018 by Microsoft Team This blog post draws on the previous article about index seek and gotchas. I encountered another interesting case but it is not so much because of the nature of the problem I decided to write this(…)
Database Administration & Monitoring Experiencing update statistics on a big table with circuitous ways 03.01.2018 by Microsoft Team This is my first blog of this new year and since a while by the way. Indeed, last year, I put all my energy to realign my Linux skills with the new Microsoft’s strategy that opens SQL Server to Open(…)
Database Administration & Monitoring SQL Server 2016: distributed availability groups and cascaded replicas 05.12.2016 by Microsoft Team During the last MVP summit, we had some interesting discussions about availability groups with the SQL Server team and I remember someone asked for managing scenarios like Oracle cascaded destinations and the good news is that(…)