

Releem is an advisory tool designed for the management and optimization of MySQL, MariaDB, and Percona databases. It monitors workload data to highlight misconfigurations, slow queries, and schema issues, providing recommendations to improve performance.
The software is intended for developers, database administrators (DBAs), and hosting providers. It supports various environments, including self-managed Linux and Windows servers and cloud services like AWS RDS and GCP Cloud SQL.
Key functionality includes a centralized dashboard for health monitoring and a query optimizer. The tool provides recommendations that users can review and apply manually or via a scheduled cron job.
Buyers should confirm that root permissions are generally required for agent installation and that some features, such as specific data storage locations, may be limited to higher-tier plans.
Analyzes workload data to suggest revised MySQL server settings based on actual usage patterns.
Ranks the top 100 queries by execution time and load to identify resource-intensive requests.
Provides recommendations, index suggestions, and ready-to-run code to optimize slow SQL queries.
Monitors and captures deadlock events, identifying the tables and statements involved in the conflict.
Reviews index usage and column definitions to identify structural problems in the database schema.
A centralized dashboard displaying CPU, memory, latency, and health check results.
Using workload metrics to identify and fix server misconfigurations.
Identifying high-load queries and using suggestions to improve indexing and query structure.
Tracking latency, QPS, and system metrics across multiple database instances from a single dashboard.
Analyzing the locking order and statements that cause deadlocks to prevent application errors.
Plans start at $69/month for the Starter tier (1 instance). Other options include the Scale plan ($199/month for up to 5 instances) and a Hosting plan ($99/month for up to 9 instances). A 14-day free trial is available.
No, Releem does not implement changes without explicit action. Users must click the 'Apply Now' button or execute an SSH command to apply configurations.
Releem supports MySQL, MariaDB, and Percona databases, including those hosted on AWS RDS and GCP Cloud SQL.
Pricing is tiered by the number of instances: Starter supports 1 instance, Scale supports up to 5, and the Hosting plan supports up to 9. Business plans are available for unlimited instances.
The agent is a lightweight Go application. It uses HTTPS for metrics transfer and is open-source.
Source category: Software Development
Source subcategory: Database Management
Releem is a performance tuning advisor for MySQL, MariaDB, and Percona databases. It supports developers and DBAs through configuration tuning and query optimization. Buyers should note that root access is required for agent installation.