Menu
Distributed Tables – CREATE DATABASE dbName; GO

Distributed Tables – CREATE DATABASE dbName; GO

Introduced in Chapter 1, “Gaining the Azure Data Engineer Associate Certification,” there are two options when it comes to Azure Synapse Analytics SQL pools: serverless and dedicated. When you run in serverless, there is no need to be overly concerned about database table structures because you are querying data that already exists in other sources. […]

Symmetric Multiprocessing (SMP)– CREATE DATABASE dbName; GO

Symmetric Multiprocessing (SMP)– CREATE DATABASE dbName; GO

You will find the MMP design in Azure Synapse Analytics and Symmetric Multiprocessing (SMP) design in Azure SQL Database. MMP processors (i.e., CPUs) are allocated with dedicated compute resources like memory, while SMP shares those compute resources. Consider the fact that the retrieval of datastored in memory is less latent than when stored on disk. […]