article thumbnail

Query Tuning with SQL Server 2019

SQL Shack

In this article, we will talk about the query tuning features that were announced with SQL Server 2019. Introduction Sometimes, tuning the queries can be a tough task for database developers or administrators.

Tuning 76
article thumbnail

Percona Database Performance Blog 2018 Year in Review: Top Blog Posts

Percona

Let’s look at some of the most popular Percona Database Performance Blog posts in 2018. With the Percona Database Performance Blog, Percona staff and leadership work hard to provide the open source community with insights, technical support, predictions and metrics around multiple open source database software technologies.

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

Finding Distinct Values Quickly

SQL Performance

Back in 2014, I wrote an article called Performance Tuning the Whole Query Plan. This follow-up post revisits the question for SQL Server 2019, using a larger number of rows. I will be using the 50GB Stack Overflow 2013 database , but any large table with a low number of distinct values would do. Test Environment. BountyAmount.

Servers 86
article thumbnail

What Is PostgreSQL Used For?

Percona

PostgreSQL is open source relational database management software. StackOverflow statistics show that 26% of developers preferred it in 2017, 34% in 2019, and 40% in 2021. PostgreSQL supports multiple concurrent users and can handle complex database operations without downtime or data loss. What is PostgreSQL used for?

article thumbnail

Delta: A Data Synchronization and Enrichment Platform

The Netflix TechBlog

No need to acquire locks on tables, which is essential to ensure that the write traffic on the database is never blocked by our service. High Level Architecture of Delta Stay Tuned We will publish follow-up blogs about technical details of the key components such as Delta-Connector and Delta Stream Processing Framework.

article thumbnail

Native support for IBM mainframe in Dynatrace provides end-to-end visibility and AI-powered answers

Dynatrace

While mainframe performance tuning has been a well-known discipline for decades, efficient application performance management requires that you have the ability to follow transactions end to end to understand which services, applications, and user actions trigger which mainframe program calls. Who’s calling? What’s next?

Java 117
article thumbnail

Reducing High CPU on MySQL: a Case Study

Percona

2019-02-22T18:26:25 Creating triggers. 2019-02-22T18:27:14 Created triggers OK. 2019-02-22T18:27:14 Copying approximately 4924071 rows. clients`: 94% 00:24 remain 2019-02-22T18:34:15 Copied rows OK. 2019-02-22T18:34:15 Analyzing new table. 2019-02-22T18:34:15 Swapping tables. Creating new table.

C++ 98