• Good Article Nakul,

    But it would have benefited immensely from a paragraph on fault tolerance.

    Microsoft's msdn page refers to it explicitly...

    http://msdn.microsoft.com/en-gb/library/ms189788.aspx

    As table rows increase the chance of the "Birthday Paradox" increases and as the strategy is to reduce index size and therefore search times. I would imagine you would be targeting a table with a large number of rows. So perhaps a counter productive strategy.

    Agreeably tables with a relatively low number of rows but a very wide search criteria may benefit from the CHECKSUM strategy.