in-memory : non-cluster index

sakuraime 2,326 Reputation points
2020-11-14T16:52:02.357+00:00

we can build non-cluster index on a table and these non-cluster index are stored in PAGE FORMAT in memory ?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,690 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 110.4K Reputation points MVP
    2020-11-14T17:07:17.62+00:00
    1 person found this answer helpful.
    0 comments No comments

  2. 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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.