July 2015
Intermediate to advanced
972 pages
21h 39m
English
CHAPTER 15
![]()
Managing Large Tables and Databases
Very large tables (where you have row counts in the tens of millions) have special needs. All data manipulations and maintenance operations need special considerations. This chapter will deal with features in SQL Server that can help; specifically, I’ll cover how partitioning a table can ease data movements and how the use of filegroups and data compression can help you improve performance by distributing data I/O across multiple drives and having a smaller amount of data to store on disk.
Table partitioning provides you with a built-in method of horizontally partitioning data ...
Read now
Unlock full access