Scaling Your SQL Server Application
1h 5mIntermediate2018-11-12
Authors

Joey D'Antoni
Consultant and Thought Leader
Course details
Can your applications handle the load? In this one-hour class, you can learn about techniques to scale your SQL Server application as both your data volume and userbase grow. Instructor Joey D'Antoni introduces techniques you can use when designing a new application as well as techniques to fix an existing application—balancing security and performance concerns. Learn how to leverage built-in SQL Server features such as columnstore indexing, read-only routing, and portioning, and design a tenancy model that meets the demands of your application. Plus, find out how to use a caching tier and integrate Microsoft Azure for cloud-based storage that automatically scales as your needs grow.
Learning objectives
Designing for high-write and high-read workloads
Designing an archiving model
Leveraging SQL features such as portioning and compression
Building a tenancy model
Using Azure design patterns for scaling
Learning objectives
Designing for high-write and high-read workloads
Designing an archiving model
Leveraging SQL features such as portioning and compression
Building a tenancy model
Using Azure design patterns for scaling
Skills covered
SQL ServerDatabase AdministrationDatabase DevelopmentDatabase ManagementMicrosoftSoftware DevelopmentDeep Dive (X:Y)
Concepts
Introduction
- Scaling your data tier
- Tools and techniques
- Introduction to SQL Server 2017
Designing for Scale
- Understanding your workload pattern
- Designing for a high-write workload
- Designing for a high-read workload
- Building an archiving model
SQL Server Features That Help Your Application Scale
- In-memory OLTP overview
- Columnstore overview
- Always On availability groups - Read-only routing
- Partitioning and compression
- Indexing strategies
Building a Tenancy Model
- Tenancy models
- Multitenant app with database per tenant
- Multitenant app with sharded multitenant databases
- Database per tenant
Azure Design Patterns for Scale
- Caching layer
- Scale-out options in Azure
- Design anti-patterns
Conclusion
- Next steps