Database Administration & Monitoring A look at PostgreSQL 9.6 – psql gexec 19.05.2016 by Daniel Westermann This little, but powerful, enhancement that it made it in PostgreSQL 9.6 is probably nothing a application can benefit of. But it can be huge saving for people doing maintenance operations on a PostgreSQL instance. It is(…)
Database Administration & Monitoring A look at PostgreSQL 9.6 – Killing idle transactions automatically 18.05.2016 by Daniel Westermann A common issue with databases: The guy at floor 2 did some work on the database and then rashly left for lunch because the lady on floor 1 is already waiting for him. Unfortunately he did not close his transaction(…)
Database Administration & Monitoring A look at PostgreSQL 9.6 – progress reporting for VACUUM operations 18.05.2016 by Daniel Westermann Vacuum in PostgreSQL is one of the most important points to consider when managing a PostgreSQL instance. Usually vacuum is running in the background and just gets the job done. But, as always, there are situations when(…)
Database Administration & Monitoring Multitenant dictionary: what is stored only in CDB$ROOT? 17.05.2016 by Oracle Team By Franck Pachot . Multitenant architecture is about dictionary separation. The idea is that all system metadata is stored only in CDB$ROOT so that space and upgrade time are optimized. Is it entirely true? let's count the rows in the(…)
Database Administration & Monitoring EM13c Gold Agent Image 17.05.2016 by Oracle Team One of the most interseting new feature in Enterprise Manager 13c is the Gold Agent Image. This new feature will simplify the agent management. The first thing to do is to create a Gold Agent image, from the setup menu(…)
Database Administration & Monitoring, Database management EM13c and Management Pack Annotations 17.05.2016 by Oracle Team Enterprise Manager 13c offers a new feature allowing displaying the management packs used by a feature. To enable the Management Pack Annotations, you select Enable Annotations from the Setup Menu –> Management Pack: From now on your menus(…)
Database Administration & Monitoring Enterprise Manager 13c and BI Publisher 17.05.2016 by Oracle Team In Enterprise Manager 12c, if you need to display the database storage, from the report menu you have the following possibilities: From now on, with Enterprise Manager 13c, this possibility does not exist anymore in the report menu,(…)
Database Administration & Monitoring A look at PostgreSQL 9.6 – The wait interface 16.05.2016 by Daniel Westermann For a long time there was no real wait interface in PostgreSQL core. Now, with the upcoming 9.6, pg_stat_activity was extended to provide more meaningful information for what a session is currently waiting on.
Development & Performance Stored procedure execution may fail with nonclustered columnstore indexes 12.05.2016 by Microsoft Team In this blog post, let’s talk about a weird situation where I faced a nonclustered columnstore issue with SQL Server 2012. Let’s say we are in the same context than this previous blog post here. So(…)