Challenge 04 - Partitioned Table And Clustered Columnstore Indexes

< Previous Challenge - Home - Next Challenge >

Pre-requisites

Introduction

Users partitioned the FactInternetSales table by [OrderDateKey] column and are now complaining about performance running a simple query against it. If they run the same query against the old table (not partitioned), performance is good.

You can find all the files for this challnge into the Zip file provided by your coach at this path: ./Resources/Challenge-04/

Description

Learning objectives:

Table Partitioning – Clustered columnstore health check

Investigate why query against partitioned table is slower than the original one and fix it.

Success Criteria

Learning Resources