Our blog will help you stay in the know about data analytics, business intelligence, data warehousing, and more.

[email-subscribers namefield=”YES” desc=”” group=”Public”]

What Our Content Looks Like

SQL Shootout: In-Memory Tables vs. Disk-Based Tables (Round 2)

SQL Shootout: In-Memory Tables vs. Disk-Based Tables (Round 2)

In Part 1 of our investigation into In-Memory Tables, we saw how changing a Hash Index to a regular Nonclustered index of a sample database table improved the performance of our Select operation. In this article, we take a deeper dive into the types of indexes we can apply to memory optimized tables, focusing on the more common hash and nonclustered indexes.