Make huge space savings by using SPARSE columns

Posted by simonsabin on SQL Blogcasts See other posts from SQL Blogcasts or by simonsabin
Published on Fri, 17 Dec 2010 02:08:53 GMT Indexed on 2010/12/17 17:08 UTC
Read the original article Hit count: 238

I’ve blogged before about Getting more than 1024 columns on a table , this is done by using sparse columns. Whilst this is potentially useful for people with insane table designs, sparse columns aren’t just for this. My experience over the past few years has shown that sparse columns are useful for almost all databases when you have columns that are largely null i.e. sparse. A recent client was able to reduce the size of the table by 60% by changing columns to sparse. The way this is achieved is...(read more)

© SQL Blogcasts or respective owner

Related posts about Performance

Related posts about SQL Server 2008