Remove getting-started-with-sql-server-query-tuning
article thumbnail

Getting started with SQL Server Query Tuning

SQL Shack

This article will cover some essential techniques for SQL query tuning. Query tuning is a very wide topic to talk about, but some essential techniques never change in order to tune queries in SQL Server.

Tuning 92
article thumbnail

DATE_BUCKET and DATETRUNC Improve Optimization of Time-Based Grouping

SQL Performance

Time-based grouping and aggregation are common in analyzing data using T-SQL—for example, grouping sales orders by year or by week and computing order counts per group. Before SQL Server 2022, there was a workaround that enabled relying on index order, but besides being quite ugly, it had its cost, and the tradeoff wasn’t always acceptable.

Servers 144
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

PostgreSQL vs. Oracle: Difference in Costs, Ease of Use & Functionality

Scalegrid

In this article, we compare Oracle vs. PostgreSQL, outlining the differences in these SQL database costs, features, and ease of use for both developers and database administrators (DBA’s) alike. Compare ease of use across compatibility, extensions, tuning, operating systems, languages and support providers. At a glance – TLDR.

article thumbnail

A Quick Peek at MySQL 8.0.34 and MySQL 8.1.0

Percona

is an evolution of the MySQL server and related software. is based on 8.0.34, so along with the above changes, you get some additional material. This could be handy for tracking query tuning and performance auditing. This is a Quick Peek at what Oracle delivered with MySQL 8.0.34 on July 17th, 2023. release notes and 8.1

Servers 83
article thumbnail

Dynatrace SaaS release notes version 1.239

Dynatrace

Starting with April 2022, Dynatrace is retiring TLS 1.0 Starting with Dynatrace version 1.240 or later, Session Replay masking v1 will no longer be supported. To stay tuned, keep an eye on our release notes. Now you can extend your observability into data acquired from an Oracle Database using SQL queries.

Azure 218
article thumbnail

An approach to index tuning – Part 2

SQL Performance

In my last post , I started to outline the process I go through when tuning queries – specifically when I discover that I need to add a new index, or modify an existing one. Fortunately, Jonathan Kehayias has already written a query to help identify which plans use a specific index. nodes ( '. Step 6: Testing.

Tuning 137
article thumbnail

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

Percona

While there is no magic bullet for MySQL performance tuning, there are a few areas that can be focused on upfront that can dramatically improve the performance of your MySQL installation. What are the Benefits of MySQL Performance Tuning? A finely tuned database processes queries more efficiently, leading to swifter results.

Tuning 52