in-memory : non-cluster index
we can build non-cluster index on a table and these non-cluster index are stored in PAGE FORMAT in memory ?
2 answers
Sort by: Most helpful
-
-
Cris Zhan-MSFT 6,626 Reputation points
2020-11-17T06:26:01.277+00:00 Hi @sakuraime ,
Quote from the Indexes on Memory-Optimized Tables
All memory-optimized tables must have at least one index, because it is the indexes that connect the rows together.The index must be one of the following:Hash index, Memory-optimized Nonclustered index.
And refer to the article: Deep dive into Nonclustered indexes for In-Memory OLTP tables
What can I do if my transaction log is full?--- Hot issues November
How to convert Profiler trace into a SQL Server table -- Hot issues November