Site icon Prodata

Standalone or Integrated flavour of your Dedicated Pool (sqldw)

Now that MSFT have released Synapse as an Integrated framework of tools for Data Engineering we have two different ways to provision our enterprise data warehouse in a dedicated sql pool.

Which is the best one to use ?

You can migrate between both types with a simple create from backup, albeit having to be careful that any SQL logins in the master dont get orphaned.

Whats the difference ? Which ones for me ?

You can connect both experiences to SSMS, data studio or even use them as linked services in ADF or Synapse Workspace. When you do this there is no feature difference inside the engine in terms of TSQL and features. You wont really notice anything other than a different DNS suffix name to connect to.
(azuresynapse.net v database.windows.net)

The differences are more subtle:

Not really a lot of diffferences. So I guess the choice is quite simple:

Other than that Integrated Mode is the goto option for new projects, its clear that the standalone mode is just really for backwards compatibility. You do get a more integrated experience as you work with other tools in the Synapse Workspace stack.

Another difference (as of 01/02/2021) is that reserved pricing is not yet in place on the integrated experience (Thanks Luke!)

https://azure.microsoft.com/en-us/pricing/details/synapse-analytics/
“You can purchase reserved capacity for your Dedicated SQL pool (formerly SQL DW) resource, which is generally available. Reserved capacity pricing is currently not available for the new unified workspace experience in Azure Synapse Analytics.”

Some Opinions

As a SQL Server professional, loosing the SQL Server object was a bit of a shock and did make me a bit nervous as to the implied de-emphasis on the relational engine I love. The words Tail wagging the Dog did pop into my head, as for many of our projects the SQL Pool is 90% of the work, especially if using ELT automation engines.

I had thought that maybe SQL DB and SQL DW skus would get merged somehow into a “scale up or scale out model” on a super future roadmap and mangement integration would focus more on this aspect to support DBAs working woth both.

OId school DBAs that don’t want to see or touch spark, Data bricks, pipelines, serverless, etc probably wont like this integrated mode, but many DBA roles are evolving to cover mangement of these objects too.

Onwards and upwards, when you are working in the wider stack of pipelines, spark, data bricks it does make a lot of sense to manage them in an Integrated Way.

All our new projects are using the new Integrated mode 😉

Exit mobile version