270 likes | 389 Views
SQL Server Design Philosophy. To solve 90 % of the problems automaticallySelf TuningDynamic OptimizationSelf ConfigurationSelf ManagementSelf HealingThe remaining percentage takes higher touchRequires careful design for scalabilityGood knowledge of how the RDBMS platform worksThis talk de
E N D
1. SQL Server: A Data Platform for Large-Scale Applications José Blakeley, Software Architect
Database Systems Group, Microsoft Corporation
2. SQL Server Design Philosophy To solve 90+% of the problems automatically
Self Tuning
Dynamic Optimization
Self Configuration
Self Management
Self Healing
The remaining percentage takes higher touch
Requires careful design for scalability
Good knowledge of how the RDBMS platform works
This talk describes how we are codifying our solution for large-scale DW into SQL Server
1/8/2010 2 UCI ISG Seminar
3. Outline 1/8/2010 UCI ISG Seminar 3 SQL Server Data Platform
Basic concepts – common ground
Assumptions
Workloads
SQL Server Parallel DW DBMS
Design Philosophy
System Architecture
Software Architecture
Summary