简体   繁体   中英

Clustered Columnstore index internal data structure

Where can I see internal data structure for clustered cloumnstore index? I do see architecture of columnar data structure, delta row store and periodic process which will move delta row store to column store

https://msdn.microsoft.com/en-us/library/gg492088.aspx

I need to understand more about internal data structure for columnar data in SQL Server

Have a look here:

Niko Neugebauer - Columnstore

Niko Neugebauer has done a whole series on columnstore indexes and how they work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM