Why Table Partitioning Does Not Speed Up Query Performance - With One Exception (52 minutes)

Learn why SQL Server's table partitioning feature won't make your queries against disk-based rowstore indexes faster-- and may even make them slower.
Learn why SQL Server's table partitioning feature won't make your queries against disk-based rowstore indexes faster-- and may even make them slower.
Use execution plans to build your knowledge of partitioned tables and columnstore indexes.
Learn how to identify and fix the top query patterns that can go wrong after you implement table partitioning.