From the course: Microsoft Azure Synapse for Developers
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Understanding serverless pools
From the course: Microsoft Azure Synapse for Developers
Understanding serverless pools
- [Instructor] When we created our workspace, inside it we had a default serverless pool, which was built-in, and we could either remove it or change it. In this clip, we are going to see what it is and how we can use it. Unlike dedicated as SQL pools, serverless pools don't have an infrastructure that we have to provision. With a dedicated SQL pool, we had to tell it how much compute power we needed, while with serverless pools, it will figure out by itself and query the data. Similarly to dedicated pools, it uses a scale out architecture that distributes the processing of the queries into compute nodes while dedicated SQL pools use a massive parallel processing engine to distribute the queries across different compute nodes and depending how data was distributed, each node had certain data to process. Some had more data than others depending on the distribution. Serverless pools, on the other hand, use a…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
Understanding serverless pools3m 17s
-
Querying and discovering data using serverless pools3m 47s
-
(Locked)
Using file metadata in queries7m 37s
-
(Locked)
Building a logical data warehouse, part 16m 28s
-
(Locked)
Building a logical data warehouse, part 23m 6s
-
(Locked)
Manage statistics2m 58s
-
(Locked)
Cost management3m 6s
-
(Locked)
Challenge: Query partitioned data1m 1s
-
(Locked)
Solution: Query partitioned data4m 19s
-
(Locked)
-
-