Application integration & Middleware MySQL versions performance comparison 26.12.2014 by Grégory Steulet This blog aims to make a performance comparison between the different MySQL versions/editions and also comparing the differents MySQL forks such as Percona Server and MariaDB. Indeed number of improvements as been done to innodb storage engine in the last(…)
Technology Survey dbi services wishes you a Merry Christmas with this SQL Server script 18.12.2014 by Microsoft Team The end of the year approachs and soon it will be time to celebrate Christmas with your family and friends. At dbi services, we wish you a merry christmas via SQL Server with the following script, to execute in your(…)
Database management How to store SQL Server data files in Azure Storage 18.12.2014 by Nathan Courtine A new functionality, introduced with SQL Server 2014, enables to store data files from a SQL Server database in Windows Azure Storage. In this posting, I will show how it works. Accessing Azure Storage The(…)
Technology Survey Journées SQL Server 2014: Vidéos des sessions disponibles 16.12.2014 by Microsoft Team Les vidéos des sessions des journées SQL Server 2014 sont enfin en ligne: > Infrastructure et AlwaysOn > Industrialisation des audits (avec Sarah Bessard) Si vous avez des questions n’hésitez pas à(…)
Database management, Oracle Oracle lateral inline view, cursor expression and 12c implicit statement result 15.12.2014 by Oracle Team By Franck Pachot . I’ll present here 3 ways to run a query for each result of another query. Let’s take an exemple: get all executions plan (select from dbms_xplan.display_cursor) for each of my queries (identified from v$sql). The(…)
Database management, Oracle Oracle 12c: Can we disable logging for DML? 15.12.2014 by Oracle Team By Franck Pachot . If we don’t mind about loosing our changes, then can we disable logging for DML? This is a question I’ve heard a lot. Ok, you don’t need to recover your changes but Oracle may want(…)
Technology Survey SQL Server 2014 : sortie du livre “Développer et administrer pour la performance” 15.12.2014 by Microsoft Team Un billet en cette fin d’année qui approche à grand pas pour vous annoncer la sortie prochaine (fin décembre 2014) du livre SQL Server 2014 : Développer et administrer pour la performance en français et(…)
Application integration & Middleware Taskset: a useful tool to set CPU affinity 10.12.2014 by Grégory Steulet Today at the #ukoug_tech14 I had the chance to attend to the Christo Kutrovky’s session @kutrovsky (Pythian) about “Measuring Performance in Oracle Solaris & Oracle Linux”. This session aimed to present how to measure(…)
Database management, Oracle SQL*Plus COPY Command is back as BRIDGE 08.12.2014 by Oracle Team By Franck Pachot . Did you ever use the COPY command in sqlplus? It’s very old, and documentation says : The COPY command is not being enhanced to handle datatypes or features introduced with, or after Oracle8i. The(…)
Operating systems FIO (Flexible I/O) – a benchmark tool for any operating system 08.12.2014 by Grégory Steulet I have just attended an interesting session held by Martin Nash (@mpnsh) at UKOUG 14 – Liverpool: “The least an Oracle DBA Should Know about Linux Administration” . During this session I(…)