SQL Server Performance
Joe highlights the performance issues with SQL Server when updating tables with large datasets, explaining the impact of page splits on performance. The discussion sheds light on the challenges faced during data manipulation in SQL Server environments.In this clip
From this podcast

Coding Blocks
Data Structures - (some) Trees
Related Questions
What is the main topic of the clip Database Page Sizes from the episode Designing Data-Intensive Applications - To B-Tree or not to B-Tree?
What is the main topic of the clip Database Optimization Insights from the episode Designing Data-Intensive Applications - To B-Tree or not to B-Tree?
How do you handle changing data in the episode Designing Data-Intensive Applications - To B-Tree or not to B-Tree and the clip Efficient Data Modification?