Remove articles sql-server-identify-and-optimize-slow-queries
article thumbnail

MySQL Performance Tuning 101: Key Tips to Improve MySQL Database Performance

Percona

MySQL performance tuning offers several significant advantages for effective database management and optimization. This results in expedited query execution, reduced resource utilization, and more efficient exploitation of the available hardware resources. Let’s explore these benefits in more detail.

Tuning 52
article thumbnail

T-SQL bugs, pitfalls, and best practices – window functions

SQL Performance

This article is the fourth installment in a series about T-SQL bugs, pitfalls and best practices. The focus of this month's article is bugs, pitfalls and best practices related to window functions. The performance penalty is relevant only when the window function is optimized with row-mode processing operators.

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

Tuning SQL Server Reporting Services

SQL Performance

Many database administrators find themselves having to support instances of SQL Server Reporting Services (SSRS), or at least the backend databases that are required for SSRS. These topics apply to both SQL Server Reporting Services as well as Power BI Report Server.

Tuning 67
article thumbnail

Deep Dive into MySQL’s Performance Schema

Percona

Which IO operation is causing MySQL to slow down? At which execution stage is a query taking time, or how much time will an alter command will take? Which process is consuming most of the memory or how to identify the cause of memory leakage? For example stage/sql/altering table. For example memory/sql/MYSQL_BIN_LOG.

article thumbnail

PostgreSQL Trends: Most Popular Cloud Providers, Languages, VACUUM, Query Management Strategies & Deployment Types in Enterprise

Scalegrid

As this open source database continues to pull new users from expensive commercial database management systems like Oracle, DB2 and SQL Server, organizations are adopting new approaches and evolving their own to maintain the exceptional performance of their SQL deployments. Most Popular Cloud Providers for PostgreSQL Hosting.

Strategy 182
article thumbnail

How We Optimized Performance To Serve A Global Audience

Smashing Magazine

How We Optimized Performance To Serve A Global Audience How We Optimized Performance To Serve A Global Audience Liran Cohen 2023-08-03T10:00:00+00:00 2023-08-03T13:06:00+00:00 I work for Bookaway , a digital travel brand. SEO And Web Vitals In the realm of search engine optimization, performance plays a critical role.

article thumbnail

An Overview of Indexes in MySQL 8.0: MySQL CREATE INDEX, Functional Indexes, and More

Percona

Working with hundreds of different customers, I often face similar problems around running queries. One very common problem when trying to optimize a database environment is index usage. A query that cannot use an index is usually a long-running one, consuming more memory or triggering more disk iops. What is an Index?