Remove add-a-new-node-into-existing-sql-server-always-on-availability-groups
article thumbnail

Add a new node into existing SQL Server Always On Availability Groups

SQL Shack

This is the 5th article in the series of a comprehensive guide to SQL Server Always On Availability Groups. Introduction In the previous articles (see TOC at the bottom), we configured a two-node SQL Server Always On Availability Group.

article thumbnail

Powering PostgreSQL 15 With Columnar Tables

Percona

When I started writing it was meant to be a “Good News” blurb. There’s a lot to take in and I’m often impressed with every new version of PostgreSQL that is released. There’s a lot to take in and I’m often impressed with every new version of PostgreSQL that is released. The missing sizzle. Column-wise tables!

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

Understanding Execution Plan Operator Timings

SQL Performance

SQL Server 2014 SP2 and later produce runtime (“actual”) execution plans that can include elapsed time and CPU usage for each execution plan operator (see KB3170113 and this blog post by Pedro Lopes). Interpreting these numbers is not always as straightforward as one might expect. Posts AS Q JOIN dbo. Posts AS A ON A.

Servers 95
article thumbnail

How Parallel Plans Start Up – Part 2

SQL Performance

This is the second part of a five-part series taking a deep dive into the way SQL Server row mode parallel plans start up. SQL Server executes a query through a process known as a query scan. Initialization of the plan starts at the root by the query processor calling Open on the root node. Iterative Execution.

Storage 94
article thumbnail

Number series generator challenge solutions – Part 2

SQL Performance

For this reason, beyond reporting the time profile of the solutions like I did last month, I’ll also report the I/O profile of the new solutions. Here’s the code to create the dummy table: DROP TABLE IF EXISTS dbo. This is the second part in a series about solutions to the number series generator challenge. Fastest solution so far.

C++ 124
article thumbnail

SQL Server I/O Basics Chapter #1

SQL Server According to Bob

Microsoft SQL Server I/O Basics Author: ​​ Bob Dorr, Microsoft SQL Server Escalation Published: ​​ December, 2004 SUMMARY: ​​ Learn the I/O requirements for Microsoft SQL Server database file operations.

Servers 40
article thumbnail

SQL Server I/O Basics Chapter #2

SQL Server According to Bob

Copyright The information ​​ that is contained ​​ in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication. This White Paper is for informational purposes only.

Servers 40