I have LEFT JOIN on column which has null value in 95% (in second, joined table). On first table it is clustered key.
Is it ok to mark this column as sparse in second table? I will savesome space, but since it is used in join, is query slower because of sparse? (maybe i will be also included as part of non-clustered index sionce it is in join).
↧
Join on Sparse column
↧