What are Sparse Columns in SQL?
2259
21-Aug-2014
Updated on 20-Sep-2020
Sumit Kesarwani
21-Aug-2014A 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 nonnull values.