article thumbnail

How to Install or Upgrade Percona Server for MySQL/MySQL 8 to a Specific Version on Debian/Ubuntu

Percona

Sometimes we might need to install/upgrade Percona Server for MySQL /MySQL 8 to a particular version in a test or production environment. Install Percona Server for MySQL 8 specific version packages via repository. Download specific Percona Server for MySQL 8 tarball packages and install them manually. bullseye amd64 1.7

Servers 81
article thumbnail

An overview of the SQL Server Profiler

SQL Shack

In this article, we will describe SQL Server Profiler and how it can be used. Introduction SQL Server Profiler is a tracing tool provided by Microsoft since SQL Server 2000 version. In addition, we will mention the tools that are integrated with it- plans about its deprecation, and what are the alternatives?

Servers 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

High Memory Usage on ProxySQL Server

Percona

There can be an instance of ProxySQL using a lot of memory on the server. This post is related to one of the causes that can use memory on the ProxySQL server and how we handle it. Your MySQL connection id is 1 Server version: 5.5.30 (ProxySQL Admin Module) Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Servers 58
article thumbnail

Update Percona Monitoring and Management Agent Settings for Already-Added Instances

Percona

In the example, we run PMM server in a docker container. ” Let’s roll up our sleeves and do it safely without breaking the toy. Below is an example of an alternative approach to re-adding the instance.

article thumbnail

Dealing With “Too Many Connections” Error in MySQL 8

Percona

Your MySQL connection id is 144 Server version: 8.0.29-21 21 Percona Server (GPL), Release 21, Revision c59f87d2854 Copyright (c) 2009-2022 Percona LLC and/or its affiliates Copyright (c) 2000, 2022, Oracle and/or its affiliates. Your MySQL connection id is 145 Server version: 8.0.29-21 Commands end with ; or g.

C++ 90
article thumbnail

When Do SQL Server Sorts Rewind?

SQL Performance

The Sort operator’s rewind behaviour may seem strange, but it has been this way from (at least) SQL Server 2000 to SQL Server 2019 inclusive (as well as Azure SQL Database). The post When Do SQL Server Sorts Rewind? History and my explanation. Perhaps you will find the information useful one day too.

Servers 106
article thumbnail

Matching Supply With Demand — Solutions, Part 3

SQL Performance

1 D 5.000000 2 D 3.000000 3 D 8.000000 5 D 2.000000 6 D 8.000000 7 D 4.000000 8 D 2.000000 1000 S 8.000000 2000 S 6.000000 3000 S 2.000000 4000 S 2.000000 5000 S 4.000000 6000 S 3.000000 7000 S 2.000000. The idea to use a full outer join based on a predicate that compares the demand and supply running totals is a stroke of genius!

C++ 138