SQL Server Licensing for Big Data Clusters (Video)

One of the biggest questions I had when I first started diving into Big Data Clusters was, “What about licensing….how will that work?” With so many different instances running on the storage pool, data pool and compute pool nodes will licensing cost too much? The answer I got from Microsoft was that it will “be competitive”.

Well, with the general availability of SQL Server as of this week, Microsoft is making it way more financially attractive than I thought. Below is a summation of the SQL Server 2019 Licensing Guide for Big Data Clusters.

You can watch the video below if you choose:

SQL Server Licensing for Big Data Clusters

It’s pretty straight forward (bear with me). I’ll start with an image example that is in the licensing guide (page  16):

SQL Server Licensing for Big Data Clusters

In the above image you see the “SQL Server Master Instance” with 4 cores. (Each black square is an instance and the little blue squares inside are the cores.) Under that, you see a group of 8 instances on the left labeled, “BDN Cores as SA Entitlement” (BDN is for Big Data Nodes.) On the right you see a group of 4 instances labeled, “BDN Cores requiring subscription.”

So, before I continue, let’s assume you’re running SQL Server Enterprise Edition. The licensing guide states that you *must* have a regular core-based license for the BDC master instance. The BDC master instance is treated like a regular production SQL Server when it comes to licensing. You must also purchase SA (Software Assurance) which will unlock the greater benefit for BDCs.

What is that benefit you say?

Well, with the addition to Software Assurance (assuming you have Enterprise Edition) you are “entitled” to 8x the number of cores you licensed for your BDC master instance.

Pretty neat right?

So going back to the image above, if you purchased a 4 core license for your master instance, then you are entitled to 32 (8×4) core licenses you can use towards BDNs, or big data nodes.

But what if you have, or need, MORE cores than that? Simple…

Then each core that you want a license for on a big data node only costs $200 per core per year. Purchased as a 2-pack so that is $400/year. You can read more about the actual cost per core here.

That’s pretty nifty and thrifty!

But what about Standard Edition?

The only difference with Standard Edition is with the SA “entitlement” number. Instead of 8x, you get the same number of cores you licensed for the master instance. So if you licensed 4 cores for the master instance you’ll only get 4  total cores for BDNs. If you licensed 8 cores for the master instance you’ll get 8 cores for BDNs. See the image below:

SQL Server Licensing for Big Data Clusters Standard Edition

What about Azure?

I’m a big proponent of deploying your BDC on Azure Kubernetes Service (AKS). When it comes to licensing, whatever your licensing is (Enterprise or Standard) it will be the same on Azure. Simple.

9 Replies to “SQL Server Licensing for Big Data Clusters (Video)”

  1. How can I deploy Big Data Cluster with HA (or with redundancy to avoid SPOF) with optimized TCO? It doesn’t support lower then 3 replicas in HA and also fully synchronized.

      1. Hello,

        not yet. But in my understanding, if I want to run HA I need to license at least two nodes and with sql-server-master-readonly endpoint all secondary replicas of master instance.

  2. does running something like SSIS in an app pool require an additional license or would it be covered under the same licensing schemes as other BDN’s?
    Thanks!
    Ron

    1. Hey Ron,

      If you have SSIS on an app pool pod, that means SQL Server db engine is running on it, which means it needs to be licensed. A BDN license should/would suffice. Thanks!

  3. “Instead of 8x, you get the same number of cores you licensed for the master instance. So if you licensed 4 cores for the master instance you’ll get 16 (4×4) entitlement cores for BDNs.”

    Shouldn’t this be 8 (4+4)?

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.