Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Databases and related technologies.

The High Cost of Poor Database Performance (It's Not Just Monetary)

What is the cost of database performance for businesses today? The very shocking reality is most owners have absolutely no idea. In fact, I would even go so far as to say most business owners can’t even begin to understand everything this question might encompass.

Oracle Database monitoring: An administrator's guide

Oracle Database is known for its reliability, scalability, and outstanding performance. An enterprise-friendly feature catalogue makes it a go-to for companies that need data to be available across their disparate IT infrastructure. Large-scale enterprises relying on huge database systems like Oracle need to make sure that data transactions are hassle-free and demand is met with the resources available.

Deploy PostgreSQL services to multiple clouds and regions using Terraform

In this video, you will learn how to deploy PostgreSQL services across different cloud providers and across geographies using Aiven Terraform Provider. You will also learn the benefits of using termination protection functionality to prevent accidental deletion of your cloud resources.

PostgreSQL vs. MySQL

PostgreSQL and MySQL are two of the most popular open-source databases available today. They both provide the database backend for an untold number of web applications, enterprise software packages, and data science projects. The two databases share some similarities in that they both adhere to the SQL standard. However, there are some key differences that might influence your decision to choose one over the other.

Save network costs with VictoriaMetrics remote write protocol

Prometheus remote write protocol is used by Prometheus for sending data to remote storage systems such as VictoriaMetrics. See these docs on how to setup Prometheus to send the data to VictoriaMetrics. This protocol is very simple - it writes the collected raw samples into WriteRequest protobuf message, then compresses the message with Snappy compression algorithm and sends it to the remote storage in an HTTTP POST request.

Troubleshoot blocking queries with Datadog Database Monitoring

Blocked queries are one of the key issues faced by database analysts, engineers, and anyone managing database performance at scale. Blocking can be caused by inefficient query or database design as well as resource saturation, and can lead to increased latency, errors, and user frustration. Pinpointing root blockers—the underlying problematic queries that set off cascading locks on database resources—is key to troubleshooting and remediating database performance issues.

Flyway Desktop and MySQL

This is an early preview of the new functionality being introduced to MySQL and Flyway Desktop. Not only can you automate your deployments to MySQL through the Flyway command line, but you can capture changes to your databases, on an individual object level. Flyway Desktop will even help you generate your migration scripts for your MySQL database. Check out all this new functionality.

How to Monitor Redis with Prometheus

The current popularity of Redis is well deserved; it’s one of the best caching engines available and it addresses numerous use cases – including distributed locking, geospatial indexing, rate limiting, and more. Redis is so widely used today that many major cloud providers, including The Big 3 — offer it as one of their managed services. In this article, we’ll look at how to monitor Redis performance using Prometheus, the similarly popular open-source monitoring system.