Data Platform Essentials Toolkit
2017TL; DR
It is important to understand where, when, and how to use the myriad of technologies available to us in the Microsoft Data Platform. Here we will look at the essential knowledge and techniques for Aspiring and Accidental Data Platform Engineers.
Session Details
It is
important to understand where, when, and how to use the myriad of technologies
available to us in the Microsoft Data Platform. Here we will look at the
essential knowledge and techniques for Aspiring and Accidental Data Platform
Engineers.
Looking at
what our options are for on-premises, Cloud, and Hybrid solutions. Covering the
key elements of Azure SQL DB, Azure SQL DW, and traditional SQL Server. When
they are appropriate, when they are not, and the key configurations you need to
know to start using them. Once we understand which technology to use, we can
start looking at how to get the most out of them.
Ranging from
query performance, through to how to identify and resolve key issues that can
impact the effectiveness of your solution.
Agenda
-
Overview of Microsoft Data Platform
- Azure SQL Database
- Azure SQL Data Warehouse
- SQL Server in Azure VMs
- SQL Server on-premises
- Considerations for using and selecting the appropriate technology.
- Important Performance Indicators
-
Performance Tuning
- Azure SQL Database & SQL Server
- Azure SQL Data Warehouse
- Solutions Architecture Design Considerations
3 things you'll get out of this session
Speakers
John Q. Martin's previous sessions
Laying the Foundation for GDPR
GDPR is coming, no matter where you are if you are handling data on European data subjects. Laying a solid foundation of data security practices is vital to avoid the potential fines and damage to reputation that being non-compliant can bring.
Designing for Concurrency
SQL Server normally relies on concurrency models in order to maintain the Isolation in ACID. As systems scale, this method can go from being a benefit to a hindrance, limiting the concurrency for our applications and hurting performance.