by Monica Silva | Nov 21, 2024 | Blog, MySQL
MySQL is an open-source relational database management system that individuals and organizations use. Its popularity has become a prime target for cyber attackers looking for vulnerabilities to exploit. To ensure the security of MySQL, Oracle releases critical patch...
by Monica Silva | Nov 12, 2024 | Blog, Database, MySQL
The MySQL General Query Log is a helpful tool for tracking and monitoring queries executed by the server. It logs every SQL query received from clients and server startup and shutdown events. This log can be an invaluable asset for database administrators and...
by Monica Silva | Oct 29, 2024 | Blog, Database, MySQL
Benchmarking is the first step in tuning your database. It provides a starting point to assess whether further changes improve performance. During the benchmarking of a database, several aspects are tested and measured. The specific factors that get benchmarked depend...
by XTIVIA | Oct 1, 2024 | Blog, PostgreSQL
As PostgreSQL continues its reign as one of the most popular open-source relational databases, organizations increasingly use cloud-based solutions for data management. While self-managed PostgreSQL offers granular control and flexibility, cloud-managed PostgreSQL...
by XTIVIA | May 16, 2024 | Azure, Blog, Microsoft, SQL Server
Ensuring the performance and availability of your Azure Managed SQL databases is crucial for maintaining a smooth user experience and maximizing business productivity. Azure Monitor offers a robust suite of monitoring tools, but navigating the vast array of metrics...
by Greg Thompson | May 7, 2024 | Blog, PostgreSQL
PostgreSQL, commonly referred to as Postgres, is an open-source object-relational database management system (ORDBMS) known for its extensibility and compliance with SQL standards. It has been actively developed for over 35 years and has earned a solid reputation...