
This year, I’m going to be working through the Advent of Code challenges in SQL and sharing my progress here on the blog. I don’t expect to complete each challenge and the blog entries on them on the same day…

What is a Buffer Pool? A buffer pool is one of the most critical memory areas for a Db2 database. Buffer pools are used to cache data in a way that the data can be reused by other connections. They…

I was very sad to learn that Scott Hayes passed away from COVID-19 on August 18. The comments on his obituary are a list of friends and mentees from the Db2 community. I wanted to pay tribute to him by…

Recent posts related to using Docker with Db2: An Overview of Running Db2 in Containers Where do Db2 Containers Come From and How are they Used The focus of this article is to go through a few of the basics…

I’ve spent much of the last year or two on a containerization and DevOps crash-course. I’m just recently starting to come up for air and fill in some of the gaps that being neck-deep in the how leave in in…

AWS S3 is a cloud object storage service that is easy to use. It is highly available and offers ELEVEN nine’s of durability. A Few Backup and Recovery Best Practices I have quite a few blog entries over the years…

Note: the statements in this entry are my opinions. I quote IBM once in this article, and that statement should be seen as the only pure fact here. I invite IBM and others to add their perspective in the comments…
In my last post, I wrote an overview of running Db2 in containers. Today, I’d like to talk a bit about where we get Db2 containers and several common ways they are used. Catch my next post about a critical…

One of my steepest learning curves in the last year and a half has been really getting into containers on K8’s and Docker and what running databases within them means. I thought I’d share a general overview, and plan to…

There’s a reason why database administration or engineering remains a separate specialty. There are a large number of rabbit holes you can go down. I’m well aware that there’s probably 40% of Db2 LUW alone that I don’t know, even…

Explicit Join vs. Implicit Join When writing SQL there are two places you can define how tables are joined. The first is explicit, and is specified after the the keyword ON in the join clause like this: SELECT * FROM…

I thought I’d share an overview of the real-time monitoring options for Db2 (LUW). This article focuses on comparing the options, with links to deeper information on each tool. Types of Monitoring First a quick overview of the types of…