Today i would like to clarify the difference between the Index Scan and Table Scan.
A table scan, table is processed row by row from start to end. In the index scan, index is processed row by row from start to end.
If the index is a clustered index then an index scan is really a table scan.
Reference : Vijaya Kadiyala (www.DotNetVJ.com)
This is really good topic to dig in.
ReplyDeleteHi Ritesh
ReplyDeleteYes, It is very big topic to discuss. In the next post i would like to put some articles related to this.
Could you please share your articles if you have any thing on Index Scan, Table Scan and Index Seek.
Hi Vijaya, I was also thinking to write few stuffs about this topic. let me have something than will definitely share it here.
ReplyDelete