Skip to main content Explore View all products (200+) Microsoft Foundry Azure Copilot GitHub Copilot Azure Kubernetes Service (AKS) Azure Cosmos DB Azure Database for PostgreSQL Azure Arc Microsoft Fabric Linux virtual machines in Azure Foundry Models Foundry Agent Service Foundry IQ Foundry Tools Foundry Control Plane Observability in Foundry Control Plane Azure OpenAI in Foundry Models Azure Speech in Foundry Tools Azure Machine Learning View all databases Azure Cosmos DB Azure DocumentDB Azure SQL Azure Database for PostgreSQL Azure Managed Redis Microsoft Fabric Azure Databricks Linux virtual machines in Azure Windows Server on Azure Azure Functions Azure Virtual Machine Scale Sets Azure API Management Azure Container Apps Azure Kubernetes Service (AKS) Azure Kubernetes Fleet Manager Azure Container Registry Azure Red Hat OpenShift Azure Container Instances Azure Container Storage Azure Arc Azure Local Microsoft Defender for Cloud Azure Monitor Microsoft Sentinel Azure Migrate View all solutions (40+) Cloud solutions for small and medium businesses Cloud migration and modernization center Data analytics for AI Azure Databases AI apps and agents Microsoft Marketplace Microsoft Sovereign Cloud AI apps and agents Responsible AI with Azure AI Infrastructure Data analytics for AI Machine learning operations (MLOps) Low-code application development on Azure Integration Services Serverless computing DevOps Migration and modernization center .NET apps migration Databases on Azure Linux on Azure Oracle on Azure SAP on the Microsoft Cloud Adaptive cloud High-performance computing (HPC) Infrastructure as a service (IaaS) Resiliency Azure Essentials Frontier Accelerate for Azure FinOps on Azure Microsoft Marketplace Azure pricing overview Create an Azure account Free Azure services Flexible purchase options Pricing calculator FinOps on Azure Maximize ROI from AI Azure savings plans Azure reservations Azure Hybrid Benefit Virtual Machines Azure SQL Microsoft Foundry Microsoft Fabric Azure Kubernetes Service (AKS) Microsoft Defender for Cloud View more Software Development Companies Microsoft Marketplace Find a partner Resources for Azure partners Get started with Azure Customer stories Analyst reports, white papers, and e-books Videos Learn more about cloud computing Documentation Explore Azure portal Developer resources Quickstart templates Resources for startups Developer community Students Azure for partners Blog Events and Webinars Learn Support Contact Sales Get started with Azure Sign in

We are pleased to announce the general availability of Clustered and NonClustered Columnstore indexes for Standard databases in the S3 and above pricing tiers, 100 eDTU and larger Elastic Pools, and all vCore based databases (both General Purpose and Business Critical). These features will enable a number of new and valuable scenarios:

  • Functional dev/test for columnstore based applications, without needing to pay for Premium tier databases for testing purposes. (Of course performance testing should always be done at the target performance configuration.)
  • Deploying applications with columnstore-based storage which do not have the mission critical performance and availability requirements found in Premium tier database requirements.
  • Application vendors can now develop an application which leverages columnstore functionality and deploy it on both Standard and Premium performance tiers.

Columnstore advantages

Columnstore indexes are designed to be extremely efficient for queries which do scans and aggregations across millions and billions of rows of data. They are fundamentally different structures, which physically group data by column, rather than by row. In OLTP-style workloads, queries typically access one, or a few rows at a time, making traditional index structures the most efficient access path. For analytic queries, organizing data by column means that we only need to read the data for those columns involved in a query, and other columns never need be brought into memory at all. Additionally, groups of about 1 million rows (“rowgroups”) are compressed, and metadata about the range of values in each column for the rowgroup is maintained. Thus, we can skip entire rowgroups if we know that there are no rows which contain data that satisfies the query. For more information, please see the columnstore indexes documentation page.

Finally, because the data in each container is all from the same column, it tends to be very similar in value and of course is identical in datatype. This makes it extremely compressible. Typically we are able to compress 90 percent of the space out of a dataset in a columnstore.

All of this together means that we can store more data in less space, and move far less data from disk to memory in order to satisfy a query. Combining this with the ability to process batches of data when performing aggregations gives us very impressive performance improvements indeed. Our customers have seen gains on the order of 100X or more in real-world, production workloads for queries that lend themselves to columnstore processing.

Questions and answers

Q. Are all Standard performance levels supported now?

A. Queries that leverage columnstore indexes have a minimum memory footprint in order to perform well. To ensure an optimal experience, memory provided in S3 or higher, or Elastic Pools with at least 100 eDTU are required.  All of the vCore based options are supported.

Q. What happens if I create a columnstore in a database and then scale down below S3?

A. The scaling operation will succeed, but the columnstore will not be chosen when the database executes a query.  The index will be dormant with the exception that it will be updated to keep up with data changes in the table. When the database is scaled back to S3 or above, the columnstore index will automatically start being used again. One of the implications of this is if a table has only a clustered columnstore index, and is scaled down below S3. The clustered columnstore index can’t be used to retrieve data, so the data cannot be accessed until the database is scaled back up.

Q. What do I need to do to enable this feature?

A. For any database at the S3 Performance level or higher, no action is needed. Columnstore Index creation will now succeed with no other actions.

WE ARE MICROSOFT

Explore Microsoft Foundry

The future of AI starts here. Envision your next great AI app with the latest technologies. Get started with Azure.