Softlogger
Categories

Index Build strategy in SQL Server - Part 1: offline, serial, no partitioning


Builder (write data to the in-build index) | Sort (order by index key) | Scan (read data from source) In order to build the b-tree for the index we have to first sort the data from source. The flow is to scan the source, sort it (if possible - in memory*), then build the b-tree from the sort. Why do we need to

Filed under: Database,SQL  |    On : 2006 Nov 20  |  From: SQL Query Processing Team   | related Posts

Similar Posts



Most Popular

Archives

  • 2008
  • 2007
  • 2006
  • 2005
  • 2004
  • 2003