Understanding Azure SQL DB Service Tiers

Slides:



Advertisements
Similar presentations
Database Throughput Unit – DTU Monitoring % of current Performance Level Utilization 75% Read 50% Write CPU 60% Memory (coming) Compute Writes.
Advertisements

GETTING STARTED WITH AZURE SQL DB Warner Chaves SQL MCM / MVP SQLTurbo.com Pythian.com.
ManageEngine ® SQLDBManager Plus - Product Overview.
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
SQL Server 2014: Overview Phil ssistalk.com.
Introduktion till Azure SQL Database Robert Folkesson Active Solution.
ArcGIS Server for Administrators
Warwick Rudd – Henry Rooney – How Available is SQL Server 2016? DAT33 6.
SQL Server 2014, more than just in-memory Eric Zierdt.
27-29 August NIMHANS Convention Centre, Bangalore, India. Modernizing The Data Platform Flying Through the Clouds Performance Tuning in Azure Joey.
Azure SQL Database Lori Clark SQL Saturday 10/17/2015.
Putting Your Head in the Cloud Working with SQL Azure David Postlethwaite 19/09/2015David Postlethwaite.
Scaling out and in with Azure SQL DB Elastic Scale DBA-203 Warner Chaves, MCM/MVP, SQLTurbo.com, Pythian.com.
SQL Server as a Cloud Service November 11th 2015 Warner Chaves SQL MVP/MCM.
SQL Server High Availability Introduction to SQL Server high availability solutions.
Microsoft Azure SQL Database – SQL Azure : The Good, The Bad and the Ugly. Pini Krisher DBA TL at etoro
SQL Server as a Cloud Service April 15th 2016 Warner Chaves Data Platform MVP/SQL Server MCM.
Best Practices for Columnstore Indexes Warner Chaves SQL MCM / MVP SQLTurbo.com Pythian.com.
Microsoft Dynamics NAV Dynamics NAV 2016 one Azure SQL Dmitry Chadayev Microsoft.
Use Cases for In-Memory OLTP Warner Chaves SQL MCM / MVP SQLTurbo.com Pythian.com.
Intro to Azure SQL Databases. 2 Mike Fal Agenda What is Azure SQL Database? Pieces and Parts Using the Database 3.
Cloud Database Platforms for the SQL DBA
Managing a database environment in the cloud
Use relational database as a service
State of Azure SQL Database
SQL Server 2016 features by edition
How to tune your applications before moving your database to Microsoft Azure SQL Database (MASD) OK, you've jumped into your Azure journey by creating.
SQL Saturday #573 - BSB Azure SQL Database Vs. Amazon RDS
Successfully migrate existing databases to Azure SQL Database
System Center Marketing
Azure SQL Databases - Introduction and Migration
Real Time Data with Azure and Power BI
System Center Marketing
- for the SSASMD Developer
Lead SQL BankofAmerica Blog: SQLHarry.com
UFC #1433 In-Memory tables 2014 vs 2016
The DBA with his Head in the Clouds (or being an Azure SQL DBA)
Example of a page header
Planning an Effective Upgrade from SQL Server 2008
Scaling In e Scaling Out através do elastic pool
Power BI Security Best Practices
Windows Azure Migrating SQL Server Workloads
Azure SQL Database – Scaling in and Scaling out with elastic pool
04 – Azure SQL Database Bret Stateham | Senior Technical Evangelist​
Developing an app for SharePoint autohosted in Azure
02 | Design and implement database
SQL Azure Database – High Availability
Warner Chaves MCM / MVP / SQLTurbo.com / Pythian.com
Azure SQL Data Warehouse for SQL Server DBAS
Azure SQL Data Warehouse Scaling: Configuration and Guidance
Azure SQL Database – Scaling in and Scaling out with elastic pool
Azure and SQL Server: Getting the best out of the cloud
Introduction to Azure SQL Database
Elastic Database, going to the infinity *
What is the Azure SQL Datawarehouse?
Microsoft Azure Fundamentals: Data Understanding Microsoft Azure SQL
Please support our sponsors
SQL Azure Database Lessons learned from the trenches working with V12
Azure SQL Data Warehouse for SQL Server DBAS
Microsoft Virtual Academy
Azure SQL Database - Managing your database on the cloud
Warner Chaves MCM / MVP / SQLTurbo.com / Pythian.com
Cloud Data Replication with SQL Data Sync
Warner Chaves MCM / MVP / SQLTurbo.com / Pythian.com
In Memory OLTP Not Just for OLTP.
In Memory OLTP Not Just for OLTP.
Azure Data Storage Options
=tg= Thomas Grohser SQL Saturday Philadelphia 2019 TSQL Functions 42.
42 TSQL Functions =tg= Thomas Grohser SQL Saturday
The Database World of Azure
Presentation transcript:

Understanding Azure SQL DB Service Tiers Warner Chaves SQL MCM / MVP SQLTurbo.com Pythian.com

Our Sponsors

Bio SQL Server DBA for 10 years. Previously an L3 DBA at HP, now a Principal Consultant at Pythian in Ottawa Ontario. SQL Server MCM and MVP. Twitter: @warchav Email: warner@sqlturbo.com Blog: sqlturbo.com Company site: pythian.com

Agenda GOAL: provide an introduction and overview of the Azure SQL Database service. We’ll cover: How to sign up. Navigating the portal. The different service levels. New features coming cloud first.

Signing up! Go here: http://azure.microsoft.com/en-us/pricing/free-trial/ You’ll need to put in your info but you won’t get charged until after the trial month if you don’t cancel.

What is it? The SQL database as a service offering on Azure (OLTP). Fully managed by MS as part of Azure. It’s not a full instance. Many features that you’re used to don’t exist because it’s fully managed. Used to be 2 size based tiers, now it’s 3 Service Level based tiers.

Before and After Before: Web and Business. Based purely on size. Now: 3 service tiers and sub tiers. BASIC S0 S1 S2 S3 P1 P2 P3

Basic Size Limit: 2GB. Point-in-time Restore: 7 days. DR: Geo-Restore to another Azure region. Auditing allowed. Performance: 5 DTU.

Standard Size Limit: 250GB. Point-in-time Restore: 14 days. 10 DTU S1 20 DTU S2 50 DTU S3 100 DTU Size Limit: 250GB. Point-in-time Restore: 14 days. DR: Geo-Restore, Standard Geo-replication. Auditing allowed. Performance: 10-20-50-100 DTU.

Premium Size Limit: 500GB. Point-in-time Restore: 35 days. DR: Geo-Restore, Standard or Active Geo-replication. Parallelism. Columnstores. Auditing allowed. Performance: 125-250-1000 DTU. P1 100 DTU P2 200 DTU P3 1000 DTU

Standard vs Active Geo-Replication RTO < 2h (30 secs on V12) RPO < 30m (5 secs on V12) Active RPO < 5m (5 secs on V12) Active provides failover control. Active provides up to 4 read-only replicas.

Official Pricing List For the official published price please check: http://azure.microsoft.com/en-us/pricing/details/sql-database/ The price can change depending on your specific agreements with Microsoft.

Demo: Walkthrough Azure Portal and SSMS experience

Demo: Point-in-Time Restore

DTU? Database throughput unit. A comparison unit of integrated database performance. Blend of CPU + Data IO + Log IO + Memory. Based on an internal OLTP benchmark from the Azure team.

Tier DTUs Tier DTU Max Threads Max Sessions Benchmark Throughput Basic 5 30 300 16600 trx/hour S0 10 60 600 521 trx/min S1 20 90 900 934 trx/min S2 50 120 1200 2570 trx/min S3 100 200 2400 5100 trx/min P1 125 105 trx/sec P2 250 400 4800 228 trx/sec P3 1000 1600 19200 735 trx/sec

Demo: Basic vs S1 comparison

Cloud-first MS is now deploying features on Azure SQL that are NOT in the “box” version of SQL Server: Dynamic Data Masking. Row-Level Security. ALTER COLUMN ONLINE. TDE on all editions. TRUNCATE PARTITION. Upcoming: SQL Query Store.

Demo: Dynamic Data Masking

Future ahead Elastic database pools Azure SQL Datawarehouse Check videos of the sessions from Ignite 2015 on channel9.microsoft.com

QA?