Database Administration & Monitoring What are typed tables in PostgreSQL? 13.07.2017 by Daniel Westermann While reading the PostgreSQL documentation for "CREATE TABLE" I came across this: "OF type_name: Creates a typed table, which takes its structure from the specified composite type (name optionally schema-qualified). A typed table is tied to its(…)
Database Administration & Monitoring Did you ever wonder what PostgreSQL is executing in the background when you use the psql shortcuts? 13.07.2017 by Daniel Westermann When you work with PostgreSQL you are probably using psql and when you use psql you are probably using one or more of the shortcuts psql is providing. These shortcuts provide a quick and convenient way to(…)
Database Administration & Monitoring Can I do it with PostgreSQL? – 15 – invisible indexes 12.07.2017 by Daniel Westermann It has been quite a while since the last post in this series. Today we'll look at what you know from Oracle as: Invisible indexes. In case you wonder what they might be useful for: Imagine you(…)
Database Administration & Monitoring A first look at EDB Postgres Enterprise Manager 7 beta – Connecting a PostgreSQL instance 15.06.2017 by Daniel Westermann In the last post we did a click/click/click setup of the PEM server. What we want to do now is to attach a PostgreSQL instance to the PEM server for being able to monitor and administer it. For(…)
Database Administration & Monitoring A first look at EDB Postgres Enterprise Manager 7 beta 15.06.2017 by Daniel Westermann In case you missed it: EnterpriseDB has released the beta of Postgres Enterprise Manager 7 beta. When installation is as easy as for the current version that should just be a matter of clicking next, lets see.
Database Administration & Monitoring History of Upgrading 9 Tb PostgreSQL database 25.05.2017 by Oracle Team Mouhamadou Diaw In this blog I am going share a history of PostgreSQL migration and upgrade from 9.2 to 9.6. Let me first explain the context We have a PostgreSQL environment with following characteristics. Note that real database name,(…)
Database Administration & Monitoring Replicating from Oracle to PostgreSQL with EDB Replication Server – 1 – A simple replication setup 23.05.2017 by Daniel Westermann When you want to offload reporting stuff from Oracle to PostgreSQL there are several solutions you can go for. There most widely known probably are Oracle GoldenGate and SharePlex. EnterpriseDB has its own solution for this(…)
Database Administration & Monitoring PostgreSQL on a Pure Storage All Flash Array – Populating PostgreSQL 08.05.2017 by Daniel Westermann Just be clear this is not a performance test as we had to connect the Pure Storage box through 1GB/s interfaces. Basically it is more about how you can interact with the storage system (command line & web interface) and(…)
Database Administration & Monitoring Testing new PostgreSQL features before alpha/beta/rc releases 07.05.2017 by Daniel Westermann A long time ago I blogged on how you can use the PostgreSQL development snapshots to test new PostgreSQL features before alpha/beta/rc releases are officially released. Another way to do this is to use(…)
Database Administration & Monitoring PostgreSQL on a Pure Storage All Flash Array – Preparations 04.05.2017 by Daniel Westermann Yesterday we got a Pure Storage All Flash Array for testing. As the name implies this is all about Flash storage. What makes Pure Storage different from other vendors is that you don't buy just a storage(…)