Shrinking Big PostgreSQL tables: Copy-Swap-Drop
In this post, you’ll learn a recipe that you can use to “shrink” a large table. This is a good fit when only a portion of the data is accessed, the big table has become unwieldy, and you don’t want...
Software Engineer, Author, Consultant
In this post, you’ll learn a recipe that you can use to “shrink” a large table. This is a good fit when only a portion of the data is accessed, the big table has become unwieldy, and you don’t want...
Welcome to Madison Madison+ Ruby 2024 was held August 1st & 2nd in Madison, WI, following a 5 year hiatus. Despite being in the Midwest and being a smaller regional conference, attendees came in from all over the US and...
Readers are sharing that they’ve received their copies of the book on social media. I love to see these.
PostgreSQL uses a complex system of locks to balance concurrent operations and data consistency, across many transactions. Those intricacies are beyond the scope of this post. Here we want to specifically look at queries that are waiting, whether on locks...
This post will look at the basics of PostgreSQL Savepoints within a Transaction.
In this talk attendees will learn how Ruby on Rails and PostgreSQL can be used to create scalable SaaS applications, focusing on schema and query design, and leveraging database capabilities.
Hey there! My book High Performance PostgreSQL for Rails just went into print last week!
I loved joining Jeremy Smith and Jess Brown as a guest on the IndieRails podcast!
At Sin City Ruby 2024 earlier this year, I presented a series of advanced PostgreSQL topics to Rails programmers. Afterwards, a number of people provided feedback on surprising or interesting things from the presentation.
Recently I joined Justin Garrison and Autumn Nash for episode “FROM guests SELECT Andrew” of Ship It!, a Changelog podcast.