Releem is a tool that optimizes MySQL queries for applications like Spring Petclinic. It detects performance issues, provides recommendations, and helps prevent CPU and IO spikes. The tool continuously scans the database to offer optimization suggestions, like indexing and limiting result set sizes, to enhance query execution efficiency.

6m read timeFrom vladmihalcea.com
Post cover image
Table of contents
IntroductionSpring Petclinic applicationInvestigating CPU spikesInvestigating IO spikesMySQL Query Optimization with ReleemLimiting the result set sizeConclusion

Sort: