Quantcast
Channel: Transact-SQL forum
Viewing all articles
Browse latest Browse all 23857

Join on Sparse column

$
0
0

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).


Viewing all articles
Browse latest Browse all 23857

Trending Articles