Remove sql-server-wait-types
article thumbnail

Use Physical Backups With MySQL InnoDB Redo Log Archiving

Percona

This type of backup is suitable for large, important databases that need to be recovered quickly when problems occur. This issue most often occurs when there is significant MySQL server activity during the backup operation, and the redo log file storage media operates faster than the backup storage media. Type 'help' or '?'

C++ 107
article thumbnail

Deep Dive into MySQL’s Performance Schema

Percona

Which file a process/thread is mostly waiting for? Instruments are a combination of different sets of components like wait, io, sql, binlog, file, etc. Instruments are a combination of different sets of components like wait, io, sql, binlog, file, etc. For example stage/sql/altering table.

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

Why Waits Alone Are Not Enough

SQL Performance

But waits information by itself isn't enough to accurately diagnose performance problems. Tom Davidson, Opening Microsoft's Performance-Tuning Toolbox SQL Server Pro Magazine, December 2003. Tom Davidson, Opening Microsoft's Performance-Tuning Toolbox SQL Server Pro Magazine, December 2003.

Tuning 115
article thumbnail

10 For 10 : My 10 Favorite SQLPerformance Posts Over 10 Years

SQL Performance

SQL Server 2012 went out of all forms of official support about two weeks ago, on July 12 th. Best approaches for running totals – updated for SQL Server 2012. In the very first post on this site, I compared the performance of long-standing running totals methods with the new windowing functions added in SQL Server 2012.

Servers 66
article thumbnail

How To Measure the Network Impact on PostgreSQL Performance

Percona

It is very common to see many infrastructure layers standing between a PostgreSQL database and the Application server. Previously I had written about how the volume of data transmission as part of SQL execution, as well as the cursor location, affects the overall performance. There will be 2,000 samples collected per session.

Network 64
article thumbnail

Oracle database insights Early Adopter Release

Dynatrace

With OneAgent installed on an application server, Davis, the Dynatrace AI causation engine, continuously analyzes all database statements within the context of your applications. Slow requests – For example, due to a single lengthy SQL query. Most typically, it’s the User IO wait time. Dynatrace news.

Database 128
article thumbnail

Tracking Synchronous Statistics Updates

SQL Performance

The SQL Server query optimizer makes use of statistics during query compilation to help determine the optimal query plan. There’s a lot of debate in the SQL Server community around whether to enable asynchronous statistics updates. Most preemptive waits are when a thread makes a call outside of SQL Server (e.g.,

Servers 55