Pages

Men

rh

7/07/2012

What are Sparse Columns in SQL Server


A sparse column is another tool used to reduce the amount of physical storage used in a database. They are the ordinary columns that have an optimized storage for null values. Sparse columns reduce the space requirements for null values at the cost of more overhead to retrieve non-null values.

No comments :

Post a Comment