Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

NONCLUSTERED HASH index on memory optimized table

$
0
0
Indexes in memory optimized tables can be defined as NONCLUSTERED, HASH or NONCLUSTERED HASH.  NONCLUSTERED indexes are B-tress good for non-equality filter options, while HASH indexes are good for equality filter options.

How about indexes

Viewing all articles
Browse latest Browse all 3145

Trending Articles