January 11, 2023
January 10, 2023
Solving N+1’s with Rails `exists?` queries
January 05, 2023
Supabase Beta December 2022
Favorite compiler and interpreter resources
This is an external post of mine. Click here if you are not redirected.
January 04, 2023
Faster MySQL with HTTP/3
General book recommendations
This is an external post of mine. Click here if you are not redirected.
January 03, 2023
Can your application handle all BIGINT values?
In the past I’ve written about monitoring identity columns to ensure there’s room to grow. But there’s a related danger that’s a little more subtle. Say you have a table whose identity column is an 8-byte bigint. An application that converts those values to a 4-byte integer will not always fail! Those applications will only […]
The post Can your application handle all BIGINT values? first appeared on Michael J. Swart.Launch Week 6 Hackathon Winners
COMMIT Latency: Aurora vs. RDS MySQL 8.0
Let’s examine COMMIT latency on Aurora v2 (MySQL 5.7) vs. Aurora v3 (MySQL 8.0) vs. RDS MySQL 8.0 2-AZ vs. RDS MySQL 8.0 3-AZ “cluster”.
January 01, 2023
In response to a frontend developer asking about database development
This is an external post of mine. Click here if you are not redirected.
December 31, 2022
Databases in 2022: A Year in Review
Andy is back with his analysis of the database world in 2022, including VC funding, blockchains, and Larry Ellison.