Added Recommendation ThresholdsWe’ve introduced a threshold for how significant configuration changes need to be to trigger recommendations. This way, you aren’t getting bothered with a bunch of small changes (like a 20KB buffer change) (
Feature request #188)
Added Percona XtraDB Cluster SupportReleem now recognizes Percona XtraDB Cluster environments, delivering recommendations specifically optimized for your cluster configuration.
Added Duplicate Server CheckThe duplicate server check now prevents mixing metrics from servers with the same hostname. This keeps your data accurate and reliable.
Improved Releem Expert SystemWe wanted to reduce the risk of incorrect recommendations due to inconsistencies in MySQL variables. Releem Platform now validates MySQL configurations for consistency before making any recommendations.
Improved Query Analysis- Indexed Column FunctionsReleem now recognizes when you're applying functions to indexed columns and offers smarter indexing recommendations based on the specific condition used
- Column Comparison ConditionsWe've fine-tuned our analysis to better detect comparisons between columns within the same table so you can quickly address any indexing issue
Latency Calculation FixWe’ve resolved an issue skewing some latency calculations. Previously, queries not executed in the prior interval were excluded from storage, leaving no baseline for comparison and causing occasional inaccuracies. Now, by storing all queries consistently, your latency metrics are precise and reliable (
Issue #391)
Cache Hit Rate FixWe've fixed a bug where the health check "Table Definition Cache Hit Rate" would unexpectedly drop to 0%. The problem stemmed from how platform calculated the "Open Table Definitions" over a one-day period – if MySQL opened all table definitions, the metric could erroneously report zero, affecting the cache hit rate (
Issue #390)
AWS RDS Recommendation ImprovementsPreviously, our recommendation for the maximum table_open_cache value didn't fully account for the open_files_limit setting on AWS RDS instances. We’ve resolved this issue to provide more accurate guidance for your RDS instance. (
Issue #389)