Download presentation
Presentation is loading. Please wait.
Published byAnastasia Conley Modified over 9 years ago
1
Christoph Pletz Senior Consultant Trivadis AG Meinrad Weiss Principal Consultant Trivadis AG
2
Technologiekompetenz: Microsoft, Oracle, IBM, Open Source Business Intelligence Business Communication Application Development Managed Services Bestehende IT Kunden Infrastruktur Training
3
Currently 13 locations with over 500 employees Baden, Basel, Bern, Brugg, Lausanne, Zurich Düsseldorf, Frankfurt, Freiburg, Hamburg, Munich, Stuttgart Vienna Since January 2008, the Trivadis Group has a qualified majority of shares in MIK AG, based in Brugg Financially independent and sustainably profitable Key figures in 2007 Consolidated income CHF 98 million / EUR 60 million Services for more than 600 clients in over 1‘500 projects Over 125 Service Level Agreements More than 5'000 training participants per year Research budget: CHF 6.0 million / EUR 3.6 million
4
Azure Overview SQL Data Services (SDS) SQL Server ↔ SDS Compatibility SDS Client Applications Wrap Up
6
Designed to be: “File System in the cloud” lowest cost efficient solution for simple data storage and retrieval in the cloud can store Queues Blobs ISAM style, simple Tables (non-relational) Designed to be: “File System in the cloud” lowest cost efficient solution for simple data storage and retrieval in the cloud can store Queues Blobs ISAM style, simple Tables (non-relational)
7
Designed to be: “File System in the cloud” lowest cost efficient solution for simple data storage and retrieval in the cloud can store Queues Blobs ISAM style, simple Tables (non-relational) Designed to be: “File System in the cloud” lowest cost efficient solution for simple data storage and retrieval in the cloud can store Queues Blobs ISAM style, simple Tables (non-relational)
8
DatabaseDatabase Data Sync Reference Data ETLETL Data Mining ReportingReporting
9
Low-cost and zero friction addresses web/dept workloads Target is 3 to 10 GB Databases High compatibility with existing SQL Server offering Resources Dedicated Shared Low High “Friction”/Control SDS (RDBMS) Hosted On-premise
10
SQL, Tables and Rows T/SQL via TDS A uthority, C ontainer, E ntity SOAP/REST Simple Tables, Blobs, Queues SOAP/REST Massive Architecural Change Key-Value DB Existing KnowHow and Applications New Web 2.0 and Silverlight Applications Other Vendors like Amazon New Web 2.0 and Silverlight Applications Other Vendors like Amazon
11
A uthority, C ontainer, E ntity SOAP/REST SQL, Tables and Rows Simple Tables, Blobs, Queues SOAP/REST Existing KnowHow and Applications New Web 2.0 and Silverlight Applications Other Vendors like Amazon New Web 2.0 and Silverlight Applications Other Vendors like Amazon SOAP/REST Data Services T/SQL via TDS
12
Each account has a billing relationship with Microsoft owns one or more virtual servers Each server has one or more databases including virtual master each database limited in size one or more logins Each database has one or more SQL users Server=server1.data.database.windows.net Database=testDB Login=HansM[@server1] (maps to testuser)
13
Master AdventureWorks Northwind Pubs Master AdventureWorks Northwind Pubs Master Pubs Northwind Pubs Northwind Adventureworks SQL Server Master AdventureWorks Northwind Pubs Master AdventureWorks Northwind Pubs SQL Data Services
14
One SQL Server instance per physical machine Multiple logical databases per instance Randomly distributed by infrastructure Ressource sharing Scalable HA technology Automatic replication and failover Provisioning, metering and billing infrastructure Machine 5 SQL Instance SQL DBs DB5 DB1 DB3 DB2 Provisioning (databases, accounts, roles…), Metering, and Billing Machine 6 SQL Instance SQL DBs DB1 DB6 DB2 DB3 Machine 4 SQL Instance SQL DBs DB1 DB2 DB3 DB4 Machine 7 SQL Instance SQL DB DB4 DB5 DB1 DB7 Scalability and Availability: Fabric, Failover, Replication, and Load Balancing
15
Select * from Customer Primary New Primary Secondary
16
Update Customer Set Priority = 1 Secondary Primary
17
TDS Gateway Front-end Node Protocol Parser Gateway Logic TDS Session 1 Front-end Node Protocol Parser Gateway Logic TDS Session 2 TDS Session 2 Master Cluster Master Node Data Node Components Partition Manager Master Node Data Node Components Partition Manager 11 22 44 55 6 6 77 88 Utility Layer Account Database Billing/Usage Database Service Platform Monitoring Load Balancing Node Provisioning Roles 33 Machine 5 SQL Instance SQL DB DB5 DB1 DB3 DB2 Scalability and Availability: Fabric, Failover, Replication, and Load balancing Machine 6 SQL Instance SQL DB DB1 DB6 DB2 DB3 Machine 4 SQL Instance SQL DB DB1 DB2 DB3 DB4 Machine 7 SQL Instance SQL DB DB4 DB5 DB1 DB7 Scalability and Availability: Fabric, Failover, Replication, and Load balancing Connect DB2
18
A uthority, C ontainer, E ntity SOAP/REST SQL, Tables and Rows Simple Tables, Blobs, Queues SOAP/REST Existing KnowHow and Applications New Web 2.0 and Silverlight Applications Other Vendors like Amazon New Web 2.0 and Silverlight Applications Other Vendors like Amazon T/SQL via TDS Ditto?
19
In Scope for v1 (likely) Tables, indexes and views Stored Procedures Triggers Constraints Table variables, session temp tables (#t) … Out of Scope for v1 (likely) Distributed Transactions Distributed Query CLR Service Broker Spatial Physical server or catalog DDL and views Traditional “Backup/Restore” ##t ?
20
API for provisioning Web SQL Server Management Studio (SSMS) Basically available, but will have obviously some restrictions e.g. no sp_configure Standard Query Tools
21
Uses regular SQL security model Authenticate logins, map to users and roles Authorize users and roles to SQL objects Limited to standard SQL Auth logins Username + password Future AD Federation (Geneva) Windows Live ID Encryption TDS supports SSL No database encryption at all in V1 Transparent Database Encrytion Encryption Functions
22
Scalability and/or consistency? ACID ( Atomicity, Consistency, Isolation, Durability) Write n nodes on Commit Read from the max n nodes BASE Basically available, soft state, eventually consistent Write n nodes on Commit synchronize more nodes later Read on more than the n nodes SDS = (a very) ACID model Writes on 3 nodes on Commit Reads form 1 node
23
Scale Performance SDS fabric can switch the primary node for a database to a less busy node SDS may throttle your session if it takes too much resources BYOP (bring your own partitioning) PYON (Pay for your own physical node(s)) Scale Size of Database Current offering is targeted at departmental databases BYOP (bring your own partitioning)
24
Clients connect directly to a database Cannot hop across DBs Any database client library for SQL Server can be also used for SDS ODBC, OLE DB, ADO.NET Provider for SQL Server ADO.NET Entity Framework ADO.NET Data Services (Astoria) LINQ to SQL PHP native SQL Client …
25
Cloud SDS Database TDS + TSQL Model Windows Azure Compute REST (Astoria) ADO.Net* + EF Browser HTTP Application SQL Client * TDS * Client access enabled using TDS for ODBC, ADO.Net, OLEDB, PHP-SQL, Ruby, … Data Center Web Srv SQL Client * HTTP+REST Application REST Client * Web App SQL Client * HTTP+SOAP Application SOAP Client *
26
“Code far” scenario TDS is not designed for high latency networks Recommendation Batch SQL statements Use Functions/ Stored Procedures Table value in parameters are very handy
27
Symmetric Programming ModelData Hub Aggregation
28
On Premises Assets and Data Mobile Users
29
Scalability Partitioned databases Geo-location and geo-redundancy Flexibility Distributed query Support for multiple levels of hardware and software isolation Security Future AD Federation WLID, etc as alternate authentication protocols Encryption
30
Invitation CTP – On-board invitation-only customers + some current Public CTP – On-board all early adopters Commercial Availability with Windows Azure in 2009 MIX ‘09TechEd Invitation CTP Public CTP Commercial Availability Migration Mar 09May 09Jul 09Nov 09Sep 09Apr 09Jun 09Aug 09Oct 09 PDC Internal Adoption
31
High Availability Including Data Hub Scenario Fast and easy Deployment Ideally “Code near” scenario with Web apps Well known programming model Low learning curve (you can learn it today) Reliability Confidence that data will not be lost Replication, back-up Defined SLA, at which Cost (?)
32
Team Blog http://blogs.msdn.com/ssds MSDN Development Center http://msdn.microsoft.com/en- us/sqlserver/dataservices Register @ the Azure start portal http://www.azure.com
33
Limited Offer Only
34
Presentations TechDays: www.techdays.ch MSDN Events: http://www.microsoft.com/switzerland/msdn/de/presentationfinder.mspx MSDN Webcasts: http://www.microsoft.com/switzerland/msdn/de/finder/default.mspxwww.techdays.chhttp://www.microsoft.com/switzerland/msdn/de/presentationfinder.mspxhttp://www.microsoft.com/switzerland/msdn/de/finder/default.mspx MSDN Events MSDN Events: http://www.microsoft.com/switzerland/msdn/de/events/default.mspx Save the date: TechEd 2009 Europe, 9-13 November 2009, Berlinhttp://www.microsoft.com/switzerland/msdn/de/events/default.mspx MSDN Flash (our by weekly newsletter) Subscribe: http://www.microsoft.com/switzerland/msdn/de/flash.mspxhttp://www.microsoft.com/switzerland/msdn/de/flash.mspx MSDN Team Blog RSS: http://blogs.msdn.com/swiss_dpe_team/Default.aspxhttp://blogs.msdn.com/swiss_dpe_team/Default.aspx Developer User Groups & Communities Mobile Devices: http://www.pocketpc.ch/ Microsoft Solutions User Group Switzerland: www.msugs.ch.NET Managed User Group of Switzerland: www.dotmugs.ch FoxPro User Group Switzerland: www.fugs.chhttp://www.pocketpc.ch/www.msugs.chwww.dotmugs.chwww.fugs.ch
35
Presentations TechDays: www.techdays.chwww.techdays.ch TechNet Events TechNet Events: http://technet.microsoft.com/de-ch/bb291010.aspx Save the date: TechEd 2009 Europe, 9-13 November 2009, Berlinhttp://technet.microsoft.com/de-ch/bb291010.aspx TechNet Flash (our by weekly newsletter) Subscribe: http://technet.microsoft.com/de-ch/bb898852.aspxhttp://technet.microsoft.com/de-ch/bb898852.aspx Schweizer IT Professional und TechNet Blog RSS: http://blogs.technet.com/chitpro-de/http://blogs.technet.com/chitpro-de/ IT Professional User Groups & Communities SwissITPro User Group: www.swissitpro.ch NT Anwendergruppe Schweiz: www.nt-ag.ch PASS (Professional Association for SQL Server): www.sqlpass.chwww.swissitpro.chwww.nt-ag.chwww.sqlpass.ch
36
7. – 8. April 2010 Congress Center Basel
37
Classic Sponsoring Partners Media Partner Premium Sponsoring Partners
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.