Azure SQL Data Warehouse

Azure SQL Data Warehouse offers an Enterprise Data Warehouse in the cloud. It uses Massively Parallel Processing (MPP) combined with Azure Storage, to provide high performance and scalability. To create valuable insights into the data stored inside the Data Warehouse, Azure uses Hadoop/Spark and machine learning.

Data is stored in relational tables with columnar storage. When using columnar storage, the data is written and read in columns, instead of the rows used in traditional row-oriented databases. So, when you query the data, columnar storage skips all of the irrelevant data by immediately jumping to the appropriate column. This will make your queries run a lot faster. For instance, when you want to look up the ...

Get Architecting Microsoft Azure Solutions - Exam Guide 70-535 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.