Anwar

Posts

AWS RDS MySQL Optimization

AWS is the #1 cloud provider for open-source database hosting, and the go-to cloud for MySQL deployments. As organizations continue to migrate to the cloud, it’s...

How to plan and optimize Amazon Aurora with MySQL compatibility for consolidated workloads

Amazon Aurora with MySQL compatibility is a popular choice for customers looking to consolidate database workloads. Aurora MySQL is a relational database engine that combines the...

Overview of the Top SQL tab

Overview of the Top SQL tab By default, the Top SQL tab shows the 25 queries that are contributing the most to DB load. To help tune...

Improve your AWS RDS MySQL Database

Sometimes a database can become slow, which directly impacts the performance of your application. To address this issue, it’s important to monitor your database effectively...

How do I increase the max connections of my Amazon RDS for MySQL or Amazon RDS for PostgreSQL instance?

Before increasing the maximum number of database connections, it is recommended to first optimize your existing configuration. Increasing connection limits without optimization can lead to...

Analyzing Amazon RDS Database Workloads with Performance Insights

Amazon RDS Performance Insights Overview AWS introduced Performance Insights alongside the release of Amazon Aurora with PostgreSQL compatibility. This feature helps users easily monitor and...

Best Practices for Upgrading Amazon RDS for MySQL and Amazon RDS for MariaDB

One of the key advantages of Amazon RDS is the ability to easily upgrade your database instance to a newer minor or major version of...

Best practices when upgrading RDS instance generations?

Before scaling your database instance, ensure that the appropriate licensing is in place for commercial database engines such as SQL Server or Oracle. This is...

How to Scale Amazon RDS Vertically and Horizontally for Better Performance

Vertical scaling Vertical scaling is the most straightforward approach to adding more capacity in your database. Vertical scaling is suitable if you can’t change your...