July 2012
Intermediate to advanced
478 pages
10h 3m
English
In this chapter we will cover:
If data in a database table keeps growing and the number of records in a table reaches a count in billions or more, data retrieval and data manipulation operations on such a large table may become difficult. Due to very huge data, even simple INSERT, UPDATE, or DELETE operations can take a long time. Tasks such as deleting certain old data and rebuilding indexes become hard to perform. Managing and maintaining query performance becomes a challenge in this situation.
In the olden days of SQL Server, ...
Read now
Unlock full access