Database Administration & Monitoring Parallel sequential scans are coming to PostgreSQL 11.12.2015 by Daniel Westermann It didn’t made it into the upcoming PostgreSQL 9.5 release but it will probably be coming in 9.6: Parallel sequential scans. If you take a look at the development documentation some new parameters showed up: max_parallel_degree: The(…)
Database Administration & Monitoring, Database management Monitoring tools for PostgreSQL – POWA 09.12.2015 by Daniel Westermann The last posts introduced the logging system, pg_stat_statements, pg_activity and pgcluu. This post will look at POWA: PostgreSQL Workload Analyzer. For getting the most out of POWA the following extension(…)
Database Administration & Monitoring Monitoring tools for PostgreSQL – pgcluu 08.12.2015 by Daniel Westermann The last posts introduced the logging system, pg_stat_statements and pg_activity. All of these can be used to monitor sql statements the PostgreSQL server is executing. In this post I’ll look into pgcluu:(…)
Database Administration & Monitoring SQL Monitoring in PostgreSQL (3) – pg_activity 07.12.2015 by Daniel Westermann The last posts looked at how the logging system and the pg_stat_statements extension can be used to monitor sql statements in PostgreSQL. This post will introduce pg_activity which is very similar to(…)
Database Administration & Monitoring SQL Monitoring in PostgreSQL (2) – pg_stat_statements 06.12.2015 by Daniel Westermann The last post looked into how you can monitor queries using the logging system. This post will introduce pg_stat_statements. pg_stat_statements is a module that needs to be loaded and is not available in(…)
Database Administration & Monitoring SQL Monitoring in PostgreSQL (1) – the logging system 05.12.2015 by Daniel Westermann When developing an application as well as when the application is in production there is the need to identify long running queries. In Oracle one tool you might use for that is the SQL Monitor. In this post I’ll(…)
Database Administration & Monitoring Upgrading PostgreSQL to a new major release 02.12.2015 by Daniel Westermann The last post looked into how to upgrade PostgreSQL to a new minor version. In this post I’ll look into how to upgrade PostgreSQL to a new major version. This is not as simple as just installing(…)
Database Administration & Monitoring Patching PostgreSQL to a new minor release 01.12.2015 by Daniel Westermann If you are used to patch Oracle databases you probably know how to use opatch to apply PSUs. How does PostgreSQL handle this? Do we need to patch the existing binaries to apply security fixes? The answer is: No.
Database Administration & Monitoring Migrating the Oracle 12cR1 sample schemas to PostgreSQL Plus Advanced Server 9.4 29.11.2015 by Daniel Westermann This post takes a look on how to migrate the Oracle 12cR1 sample schemas to PPAS 9.4 (PostgreSQL Plus Advanced Server 9.4). I’ll not dig into how to install PPAS as this was described in detail(…)
Database Administration & Monitoring Upgrading the Grid Infrastructure from 12.1.0.1 to 12.1.0.2 on the command line 25.11.2015 by Daniel Westermann A lot of people use the graphical way to upgrade Oracle software from one version to another. While there is nothing to say against that the same can be done without any graphical tools. This post outlines the steps to(…)