Releem follows a continuous five-stage process to keep your MySQL configuration aligned with its workload while leaving you in control of production changes.
- The Releem Agent collects MySQL and system metrics every minute, including memory usage, I/O patterns, connections, and query activity.
- Releem analyzes these metrics alongside your current configuration, database version, deployment environment, and preferences.
- Releem generates recommendations using two complementary methods:
- Deterministic rules handle recommendations derived from configuration analysis, health checks, and user-defined preferences. Examples include query-truncation limits, connection capacity, and durability settings.
- Releem’s machine learning model evaluates compatible configuration alternatives and selects the overall configuration predicted to reduce 99th-percentile (P99) query latency while satisfying safety and compatibility constraints.
4. Releem presents the resulting configuration as a reviewable set of parameter changes, with an explanation and expected impact for each recommendation.
5. You decide when and how to apply the configuration, either manually or through automation you configure.
As your workload changes, Releem repeats this process so that your configuration can evolve with actual database usage.