sql server 2012 big data overview

25
1 EMC CONFIDENTIAL—INTERNAL USE ONLY SQL Server 2012 Big Data Overview

Upload: goldy

Post on 25-Feb-2016

74 views

Category:

Documents


2 download

DESCRIPTION

SQL Server 2012 Big Data Overview. Challenges of SQL Server Environments Today. Maximizing Performance Simplifying Management And Provisioning Ensuring Protection And Recovery . Increasing User and Business Requirements . Optimizing SQL Server In Data Warehouse Configurations - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: SQL Server 2012 Big Data Overview

1EMC CONFIDENTIAL—INTERNAL USE ONLY

SQL Server 2012 Big Data Overview

Page 2: SQL Server 2012 Big Data Overview

2© Copyright 2012 EMC Corporation. All rights reserved.

Challenges of SQL Server Environments Today

Maximizing PerformanceSimplifying Management And Provisioning Ensuring Protection And Recovery

Optimizing SQL Server In Data Warehouse ConfigurationsHigh-Speed Data Analytics

Turning Data Into Insight and Action

Increasing User and Business

Requirements

Private Cloud Readiness Best Practices And Expertise For SQL Server With Private and Public Cloud

Page 3: SQL Server 2012 Big Data Overview

3© Copyright 2012 EMC Corporation. All rights reserved.

SQL Server 2012 Big Data Overview

Page 4: SQL Server 2012 Big Data Overview

4© Copyright 2012 EMC Corporation. All rights reserved.

Everything Changes in 2012

Page 5: SQL Server 2012 Big Data Overview

5© Copyright 2012 EMC Corporation. All rights reserved.

SQL Server 2012 Delivers

Enable mission critical Performance,

Scalability and Availability, Protection

at low TCO

Peace Of Mind At The Right Price

Unlock new insights with pervasive data discovery across the

organization

Intelligence For All

Create business solutions fast, on your terms across server and private or public cloud

Agility For The Future

Page 6: SQL Server 2012 Big Data Overview

6© Copyright 2012 EMC Corporation. All rights reserved.

Why EMC for SQL Server 2012Mission Critical and Cloud Infrastructure Leader

MISSION CRITICAL

CONFIDENCE

BREAKTHROUGH

INSIGHT

CLOUD ON

YOUR TERMS3-4X More Performance

> 5 9’s Reliability & Availability

80% Faster ProvisioningUp to 10x Faster Backups

10-30x Less Backup Storage

Replicate/Recover In Minutes

Optimized SQL Server Data Warehouses with

EMCFrom Insight-To-Action With Microsoft BI Tools and EMC Platforms and

Consulting

19+ Gold and Silver Microsoft Consulting

CompetenciesVirtualization ReadinessSQL Server Migrations

VMware or Hyper-V Support

Page 7: SQL Server 2012 Big Data Overview

7© Copyright 2012 EMC Corporation. All rights reserved.

Why EMC VNX For Microsoft SQL Server Simple

– Tune SQL Server In 80% Less Time With– Provision SharePoint 4X Faster

Efficient – Realize 50:1 SQL Server Consolidation Without Storage

Bottle Necks With FAST Cache Powerful

– Run Virtualized Microsoft SQLServer 3 Times Faster

– All Flash VNX Delivers 10X SQL performance At 1/8th the TPM cost vs. All HDD VNX

DatabaseApplicationsTest/Dev

Virtual ServerVirtual ServerVirtual Server

SAS

NLSAS

Flash

FAST Cache

Page 8: SQL Server 2012 Big Data Overview

8© Copyright 2012 EMC Corporation. All rights reserved.

FAST VP for Symmetrix VMAX

SQL Server SQL Server SharePoint

Virtual Server Virtual Server Virtual Server

FC

Increasing Microsoft SQL Server Performance And Efficiency

• FAST VP and Microsoft SQL Server• Up To 40% Higher Performance • 40% Lower Cost Of Storage

• Present More Capacity In Less Time While SQL Server Applications Remain Online

• Less Tuning And Management Required By SQL Server DBAs

Page 9: SQL Server 2012 Big Data Overview

9© Copyright 2012 EMC Corporation. All rights reserved.

SQL Server 2012 Performance with VMAXe FASTVP and AlwaysOn Availability Groups (Local)

Objective: Characterize performance & functionality of virtualized SQL Server 2012 using AlwaysOn replication

– Run production TPC-E workload (baseline) with FASTVP enabled for Production only (no replica)

– Create and enable availability group (Read-only secondary database replicas on FASTVP enabled storage).

– Re-run same production TPC-E workload. Characterize the performance of both source & secondary replicas.

– Execute read-only workloads (Analytics/OLAP) on the secondary replica

– Achieve 30,000 IOPS

Page 10: SQL Server 2012 Big Data Overview

10© Copyright 2012 EMC Corporation. All rights reserved.

EMC VFCache Improves Server Performance• Server Flash caching solution that uses

intelligent caching software and hardware technology to reduce latency and increase throughput

• “Hottest” data accessed through VFCache in the server providing increased performance

• VFCache benefits SQL Server 2012:• Lower database I/O latency by 60%• 50% more I/O serviced within 1 ms• 4X more transactions per SQL Server

database• Perfect fit for OLTP workloads

Tran

sact

ions

Per

Min

ute

(TPM

)

Read

Lat

ency

(Sec

)

Page 11: SQL Server 2012 Big Data Overview

11© Copyright 2012 EMC Corporation. All rights reserved.

VNX FAST Cache boosts SQL2012Data Disk RAID FC

OLTP DB Files 600K SAS 5 ON

System DB 600K SAS 5 OFF

TempDBs 600K SAS 1/0 OFF

DB Logs 600K SAS 1/0 OFF

FAST Cache: 14 x 100GB SSDsWorking Set < FAST Cache

Results:• 5x Improvement of IOPS and TPS• 30 Minute Cache Warming

IOPS

TPS

Page 12: SQL Server 2012 Big Data Overview

12© Copyright 2012 EMC Corporation. All rights reserved.

Best Practices: First and foremost

1. Don’t over complicate things2. Plan for performance not capacity3. Plan for recovery and not backup4. Maximize the technology you own5. Understand the applications using SQL

Server• SQL Server is just the database!

Page 13: SQL Server 2012 Big Data Overview

13© Copyright 2012 EMC Corporation. All rights reserved.

Best Practices• It might not be about performance• But when it is isolate…

• Database Files RAID 5• Log Files RAID 1/0• Data Warehouse RAID 5 or 6

• Group workloads of similar I/O together

Page 14: SQL Server 2012 Big Data Overview

14© Copyright 2012 EMC Corporation. All rights reserved.

Key Perfmon CountersPerfmon Counter Description

Disk Reads/sec Disk Writes/sec Disk Transfers/sec

Measures: Number of IOPs - Read, Write, Total

Average Disk Bytes/Read Average Disk Bytes/Write

Measures: Size of I/OsLarger I/Os tend to have higher latency (for example, BACKUP/RESTORE operations issue 1 MB transfers by default).

Average Disk sec/Read Average Disk sec/Write

Measures: Disk latency 1 - 5 milliseconds (ms) for Log (ideally 1 ms or less on average) 5 - 20 ms for Database Files (OLTP) (Ideally 10 ms or less on average) Data Warehousing / DSS – does not apply!

Current Disk Queue Length

Measures: # of outstanding I/Os waiting to be read or written from the storage. High queue depths + high latencies = performance problem! High queue depth + low latencies = active and efficient system.

Disk Read Bytes/sec Disk Write Bytes/sec Measures storage: bandwidth

Page 15: SQL Server 2012 Big Data Overview

15© Copyright 2012 EMC Corporation. All rights reserved.

A Day in the life of SQL Server…SQL Server Storage I/O

Plan for user load peaks, not systematic peaks…

Page 16: SQL Server 2012 Big Data Overview

16© Copyright 2012 EMC Corporation. All rights reserved.

Optimized Backup and Recovery for Microsoft SQL Server

Integrates easily and seamlessly into existing Microsoft SQL Server and all MS applicationsFast, online backup for Microsoft SQL Server databases with data deduplication Optimized for large high-change databasesKeep more full backups online for rapid restoreAll managed with a single interfaceBuilt-In data replication for DR

Avamar Data Store

Avamar Client

Data Domain System

DD Boost

DD Boost

NAS

ROBO

Page 17: SQL Server 2012 Big Data Overview

17© Copyright 2012 EMC Corporation. All rights reserved.

Improve Microsoft Replication Efficiency

Automates management of point-in-time replicas on EMC storage Application consistent replicas for Microsoft SQL Server, SharePoint

and Exchange Server.Ideal for physical and/or Hyper-V environmentsCan accelerate initial seeding of AlwaysOn Availability GroupsSingle management console with wizards for ease of use

Data RepurposingCopy production databases for analysis and/or Reporting

Instant Restore“Gold copy” of production databases for instant restore

Backup AccelerationBackup SQL Server data without impacting performance

Replica #2Replica #1 Replica #3

Page 18: SQL Server 2012 Big Data Overview

18© Copyright 2012 EMC Corporation. All rights reserved.

Mission Critical Availability

Multisite Microsoft Clustering Flexible Failover PolicyImproved DiagnosticsBuilt for consolidation scenarios

Multi-Database FailoverMultiple Secondaries (up to 4)Active Secondaries Integrated HA Management

AlwaysOn Availability Groupsfor database protection

AlwaysOn Failover Cluster Instancesfor instance level protection

SQL Server 2012 introduces two high availability options as part of SQL Server AlwaysOn

Page 19: SQL Server 2012 Big Data Overview

19© Copyright 2012 EMC Corporation. All rights reserved.

Multiple points of management for provisioning

Lookup best practicesArray Management ToolsWindows Server ManagerFailover Cluster ManagerHyper-V ManagerSQL Sever Mgmt Studio

SQL Server Provisioning - today

Page 20: SQL Server 2012 Big Data Overview

20© Copyright 2012 EMC Corporation. All rights reserved.

Purpose-Built ConfigurationsAccelerate your SQL Server deployments

• SQL Server Fast Track Data Warehouse

• Working with Microsoft and partners designing cost-effective, balanced systems for DW workloads

• Workload optimized storage configuration

• High-Bandwidth and cost effective storage configuration (VNX 5500 Bandwidth)

• High-Throughput flash performance storage configuration (VNX 5500-F)

• EMC Proven Solutions• Well tested and documented realistic

configurations• Whitepapers and Best Practices

Page 21: SQL Server 2012 Big Data Overview

21© Copyright 2012 EMC Corporation. All rights reserved.

EMCC’s Comprehensive SolutionsVirtualizing Applications & DesktopsEnd

UserComputing

EMC Global Services will develop customers’ end user computing solution that encompasses strategy, plan, design, and implementation to increase employee and IT productivity, reduce costs, and improve security by centralizing device management and enabling employees to access data and applications from anywhere and from any device.

EMC offers an End-to-End Solution• Plan: Strategy/Business Case/Assessment• Deploy: Design/Implement• Operate: Optimize/Support/Manage

Key Messages• Centralized Computing Resources• Increased Standardization• Streamlined Management + Security• Increased Flexibility and Performance• Lower OpEx and CapEx Costs

Virtualizing Microsoft

ApplicationsEMC Global Services will leverage its deep Microsoft Applications experience to enable organizations to develop, deploy, and operate virtualized Microsoft applications that are highly optimized for cloud environments to speed application deployment and increase scalability.• Virtualized Microsoft Exchange • Virtualized Microsoft SharePoint• Virtualized Microsoft SQL Key Messages

• Improved application performance• Exceed Application Service Levels• Streamlined IT management• Improved availability and disaster

recovery• Reduced testing, dev time, costs

EMC offers an End-to-End Solution• Plan: Strategy/Bus.Case/Assessment• Deploy: Design/Implement• Operate: Optimize/Support/Manage

Page 22: SQL Server 2012 Big Data Overview

22© Copyright 2012 EMC Corporation. All rights reserved.

Virtualizing Microsoft ApplicationsEMC Application Transformation Services

Telephony Enablement

Network Conferencing

Application Virtualization Services

Migration Factory for Enterprise Messaging

Services

Enterprise Messaging Archiving and Compliance

Services

Instant Messaging Presence

Enterprise Messaging

Strategy & Assessment Services

Intranet Extranet

Application Virtualization Services

Governance Services

Upgrade and Migration Services

Social Collaboration and Mobility

Application Virtualization Services

Data Governance, Data Quality, and MDM

Data Warehousing

Business Intelligence & Data Visualization

UC Services SharePoint Services SQL Services

Advanced Analytics

Page 23: SQL Server 2012 Big Data Overview

23© Copyright 2012 EMC Corporation. All rights reserved.

TSS Application ServicesNext big play for SAP services is the support of Hana

Existing VNX Deployment and MPFS Module will be leveragedStill determining if additional services could help with the solution sell for Hana

Future SAP services will support Landscape Virtualization Manager (LVM)Microsoft services will be targeted at sizing and layout

Applicable for Exchange, SharePoint and SQL ServerAlso incorporate Jetstress Testing for Exchange

Must determine if there is appropriate market demand for HyperV services

Can build a suite of services similar to those recently built to support VMware

Acceleration &

OptimizationServices

SAP

MicrosoftExchange SharePoint SQL Server

Oracle

Page 24: SQL Server 2012 Big Data Overview

24© Copyright 2012 EMC Corporation. All rights reserved.

SummaryMSFT is the largest ecosystem and #2 in IT Budgets

EMC needs to ride the waveEverything is changing in 2012

Windows, SQL, Exchange, SharePoint, System Center EMC’s sweet spot is around core infrastructure, application platform, data protection and servicesSQL Server is sold through applications that use it, get to know the App OwnersEMC has best of breed solutions for local and remote data protection and free storage provisioning for MicrosoftWhen discussing Microsoft Availability Groups, highlight EMC’s strengths, support for SQL replication and deep Microsoft relationship

Page 25: SQL Server 2012 Big Data Overview

25© Copyright 2012 EMC Corporation. All rights reserved.

Get SmartEverything Microsoft at EMC – http://www.emc.com/everythingmicrosoft

Ask questions of Microsoft CommunityFind latest Solution GuidesFind latest DemosAsk for help sizing Microsoft workloadsDedicated page to SQL Server 2012