General book recommendations
This is an external post of mine. Click here if you are not redirected.
This is an external post of mine. Click here if you are not redirected.
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.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”.
This is an external post of mine. Click here if you are not redirected.
Andy is back with his analysis of the database world in 2022, including VC funding, blockchains, and Larry Ellison.
Blip is a new open source MySQL metrics collector, or “MySQL monitor” for short. But isn’t collecting MySQL metrics easy? And don’t we already have some open source MySQL monitors? Let’s take a trip down memory lane…