October 14, 2015 at 7:29 am
Hi All,
Is always NONCLUSTERED COLUMNSTORE INDEX such as NONCLUSTERED INDEX resident in physical memory?
October 14, 2015 at 7:31 am
Huh? Don't understand, can you elaborate on your question?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 14, 2015 at 7:41 am
I want create some columnstore index in my DB's tables, but I don’t know which this indexes always resident in physical memory (use my memory or not!), because I do not want my physical memory used by a lot of indexes.
Note, I have Restriction to use memory.
October 14, 2015 at 7:43 am
They're not memory resident, however like normal tables and indexes they'll be read into memory to be used, as part of the buffer pool.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply