Tag Archives: HEAP

Persisting Data – part 2: The Un-Indexed Heap

A heap is a table with no clustered index. The performance and throughput advantages of targeting an un-indexed heap structure when loading multiple rows of data into SQL Server can be fantastic. That does not shed much light on how … Continue reading

Posted in Data Loading | Tagged , , | Leave a comment