Cloud, Database Administration & Monitoring Sending PostgreSQL data to AWS S3 by using AWS Kinesis data streams 26.03.2020 by Daniel Westermann Before we really start with this post: This is just an experiment and you should not implement it like this in real life. The goal of this post is just to show what is possible and I am not saying(…)
Database Administration & Monitoring PostgreSQL message levels 25.03.2020 by Daniel Westermann When you start to write business logic in the database by using triggers or functions/procedures you usually want to report messages to the user that runs your code or you want to include some debugging output for your own. In(…)
Database Administration & Monitoring Migrating an Oracle instance to AWS Aurora – 4 – AWS DMS Change Data Capture (CDC) 23.03.2020 by Daniel Westermann This is the last post in this little series about migrating on Oracle instance to AWS Aurora with PostgreSQL compatibility. For the previous one you can check here, here and(…)
Application integration & Middleware, Enterprise content management Documentum – LSS registerOracleVersionView script with wrong content 22.03.2020 by Morgan Patou As discussed in a previous blog, working with LSS might prove a little bit challenging from time to time. In this blog, I wanted to share an error I saw while installing LSS 16.6.1 on an(…)
Database Administration & Monitoring Migrating an Oracle instance to AWS Aurora – 3 – Data replication with AWS DMS 20.03.2020 by Daniel Westermann If you followed the last two posts in this little series (here and here) this is the current status of this demo migration project: We have converted the Oracle SH schema and(…)
Database Administration & Monitoring Migrating an Oracle instance to AWS Aurora – 2– The AWS Schema Conversion Tool (SCT) 18.03.2020 by Daniel Westermann Having the required infrastructure ready now it is time to have a look at the AWS Schema Conversion Tool (SCT). The goal of this tool is to convert a source schema (Oracle(…)
Database Administration & Monitoring Can I put my temporary tablespaces on a RAM disk with PostgreSQL? 18.03.2020 by Daniel Westermann The short answer to the title of this blog post is: yes, of course you can. The more important question is: should you? The PostgreSQL documentation about tablespaces contains an explicit warning: "Placing a tablespace on(…)
Database Administration & Monitoring Migrating an Oracle instance to AWS Aurora – 1 – Setting up the base infrastructure 17.03.2020 by Daniel Westermann Migrating database to the cloud is a hot topic since a few years. As more and more of our customers are in the cloud, and some of them in AWS, migrating some of their Oracle databases(…)
Database Administration & Monitoring About temp_tablespaces in PostgreSQL 14.03.2020 by Daniel Westermann There often is a discussion if tablespaces should be used in PostgreSQL. People used to work with Oracle are often a bit surprised by this discussion as there is no way around using tablespaces in that technology. PostgreSQL does not(…)
PostgreSQL ysql_bench: the YugaByteDB version of pgbench 09.03.2020 by Open source Team By Franck Pachot . This follows the previous post on testing YugaByteDB 2.1 performance with pgbench: https://www.dbi-services.com/blog/yugabytedb-2-1/ A distributed database needs to reduce inter-node synchronization latency and then replaces two-phase pessimistic locking by(…)