Understanding the JVM Compiled Code Cache Method Listing

Monday, February 15, 2021

Diving into some lesser-known Java tools to analyse how much memory is being consumed in the code cache

 

Fuzzy searching integer ranges in PostgreSQL

Friday, October 16, 2020

Performance comparison of wide vs narrow table for fuzzy searching of track durations in PostgreSQL

 

Troubleshooting Tomcat in a memory-lean environment

Friday, September 18, 2020

How we tracked down a memory problem in an unusual situation.

 

Deduplicating rows in multi-table JOINs

Saturday, October 12, 2019

When joining multiple tables to a single table, rows can get duplicated. I evaluated a number of solutions to eliminate the duplication when using JSON, to find the most performant one.

 

Loading MusicBrainz Data into RDS

Thursday, November 30, 2017

How we sped up loading a MusicBrainz data dump into PostgreSQL on RDS.

 

Why this blog

Sunday, March 12, 2017