Leveraging Memory With The Database Engine
2016TL; DR
An advanced look into how memory works in modern servers, on modern processors and how to leverage it with SQL Server.
Session Details
"In memory" is a hot topic in the database world at present, but how do modern servers CPUs utilise memory, does the story end with main memory ?, what about NUMA and the memory hierarchy on the actual CPU. Do memory access patterns matter ? does the CPU socket certain workloads are executed on matter and how can all of this be leveraged in the database engine to our benefit. All these answers and more will be covered at level 400 including, large memory pages, spinlocks, optimising hash joins for leveraging the CPU cache, the OLTP database engine and the LMAX queuing pattern. During this journey everything a SQL Server professional needs to know and should know about memory will be covered, along with deep insights into the database engine, CPU architectures and the use of windows performance toolkit to quantify the performance related behaviour of the database engine.
3 things you'll get out of this session
Speakers
Chris Adkin's previous sessions
Advanced Azure DevOps With Containers and Pipeline As Code
You are a developer and you want to leverage the 'Power' features in Azure DevOps via YAML pipeline as code, then this session is for you !
Probelm Solving Using The In-Memory Engine
The in-memory OLTP engine has been around since version 2014 of the database engine, do you need to be a SaaS provider processing billions of transactions a day to use this ?, the short answer is absolutely not and this session will show you why.
An Introduction To Column Store Indexes and Batch Mode
This session is a primer on column store indexes and SQL Server batch mode, it delves into the background behind the performance gains achieved by batch mode and includes demos on things that can be done to further enhance batch mode performance.
Superscaling SQL Server 2014 Parallel Insert
This session will take a look at how parallel select into can be scaled to the nth degree in SQL Server such that all available hardware resources are utilised as fully as possible.
Column Store Index and Batch Mode Scalability Deep Dive
A deep dive into batch mode scalability with column store index and SQL 2014.
Scaling Out SSIS With Parallelism
An introduction to scaling out packages using parallelism with the "Work pile" pattern, balanced data distributor and "Roll your own" techniques.