SQL Server - SPLessons

SQL Server Scaling Up

Home > Lesson > Chapter 16
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

SQL Server Scaling Up

Scaling Up SQL Server

shape Description

Scaling SQL Server describes the capacity and license limit for SQL Server and to the Windows Servers and explains the different kinds of versions in these servers. The planning and implementation of hardware migration can be described in several different ways. And finally migrating to new hardware with minimal downtime and some of the different ways for using all the technologies that are built into SQL Server.

Window server license limit

shape Description

Following are the license agreement for Windows Server.

SQL Server license limit

shape Description

Following are the license agreement for SQL Server.

Diminishing returns of scaling

shape Description

Scaling refer to the idea of loading up a particular server to its capacity,replacing that server with a larger server. Such as replacing sockets from 2-sockets server to 4-socket server. And even NUMA hardware doesn't scale in a perfect linear fashion. The performance and scalability doesn't scale in a linear fashion, but the cost actually goes up quicker while doubling  the scale. The other problem run into the higher core count processors from any given intel processor family. Typically have much lower base clock speeds then lowering core count processors will get diminished. And the other issues is that the larger server, it contain 2-socket server to 4-socket server is probably not going to have twice the number of PCIe slots,that going to have a limit for the ultimate amount of input and output boxes as the number of PCLe slots, even though it's pretty easy to do from an engineering perspective.

Planning a hardware migration

shape Description

There are three different phases for exercising the planning and implementing a hardware migration, such as :

Database mirroring VS log shipping

shape Description

Database mirroring VS log shipping it come from the production migration. And these both can be described individually.

Database mirroring

Log shipping

Summary

shape Key Points

  • Scaling Up SQL Server - Describes the capacity and license limit of SQL Server and Window Server.
  • Diminishing returns of scaling - Describes the concept of loading a server.
  • Planning a hardware migration - Describe the features and phrases of SQL Server.
  • Database mirroring vs log shipping - Describes the key difference between them.