Find Queries That Lack Indexes
12/17/14 It’s an ancient tradition amongst MySQL DBAs to analyze slow query log files and sort the results by the so-called “index ratio” to find badly indexed queries. The “index …
12/17/14 It’s an ancient tradition amongst MySQL DBAs to analyze slow query log files and sort the results by the so-called “index ratio” to find badly indexed queries. The “index …
Datadog has released official API client libraries for both Java and Go, simplifying integration with their monitoring and security platform for developers using those languages. T…
12/16/14 In this webinar, Baron Schwartz explains how VividCortex has used MySQL to support a large-scale, high-velocity time-series database in the AWS cloud. If you did not have …
This article details how to monitor an Apache web server using Datadog, a monitoring and analytics platform. It explains how to install the Datadog agent on your server and leverag…
Datadog's Terraform provider v4.0.0 introduces significant improvements including enhanced resource import capabilities and support for new Datadog features like Serverless Monitor…
12/11/14 In the wrong context, almost anything can be funny, and MySQL’s error codes are no exception. A few weeks ago, things got a little loopy as we discovered some definitions …
12/04/14 Talk to someone who runs monitoring systems at a company with more than a few servers and you’ll quickly find out that scaling their monitoring systems is far from a minor…
12/01/14 Many of SolarWinds® Database Performance Monitor’s customers have strict policies about Internet access from and to their database servers. As a longtime consultant who wo…
11/25/14 We use exponentially weighted moving averages (EWMAs) quite a bit in a few algorithms. They’re one of the tricks everyone should have in their toolbox for cheaply approxim…
The article details how the authors significantly reduced the size of their Go Agent binaries—by up to 77%—through a combination of techniques. Primarily, they focused on using UPX…
11/19/14 Optimizing MySQL performance requires the ability to inspect production query traffic. If you’re not seeing your application’s production workload, you’re missing a vital …
11/12/14 We are excited to announce that we now support monitoring Amazon RDS for MySQL. Previously we relied exclusively on deep packet inspection, but since customers can’t insta…