Silicon Valley Code Camp : October 1 & 2, 2016

Brandon Leach

SurveyMonkey
About Brandon
Brandon Leach is a senior DBA with SurveyMonkey in Palo Alto, CA. He is a frequent speaker at events such as SQLSaturdays, user groups, and more recently the PASS Summit. When not working or at events he can be found spending time with his family and tinkering in his home lab.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • SQL Server Partitioning Basics: Treating Your Tables Like Legos

    Do you have tables and indexes that have grown really large? Are you moving around a lot more data than you used to? Are your windows for jobs and maintenance getting tighter? If you answered yes to any of these questions, partitioning may be for you! With partitioning, you can break a table or index down into smaller more manageable chunks. It can help you perform maintenance on just part of a table or index. You can even move data in and out of tables with quick and easy metadata only operations. We’ll go over basic partitioning concepts such as horizontal vs. vertical partitioning, and techniques like partitioned views and full blown table partitioning. We’ll look at how partitioning affects things under the hood. Finally you'll see some cool demos/tricks around index maintenance and data movement. At the end of this session you’ll have a firm understanding of how partitioning works and know how to make decisions on how and when to implement. You'll learn… • The components of table partitioning and how they fit together • How to make your index maintenance partition aware • How Partition elimination can help your queries • How to split different parts of tables over different storage tiers • How to manage partitions. We'll demo this by implementing the sliding window technique.