简体   繁体   English

SQL Server 2014中的内存优化表上的列存储索引

[英]Columnstore index on memory optimized table in SQL Server 2014

我们可以在SQL Server 2014中的内存优化表上创建群集/非群集列存储索引吗?

内存优化表不支持列存储Columnstore Index

Nope, you can't create a columnstore index on a memory optimized table, only nonclustered hash and nonclustered indexes are allowed, see here for more details: 不会,您不能在内存优化表上创建列存储索引,仅允许非聚集哈希和非聚集索引,有关更多详细信息,请参见此处:

Guidelines for Using Indexes on Memory-Optimized Tables 在内存优化表上使用索引的准则

SQL Server 2016中的内存/ hekaton表顶部将支持ColumnStore索引。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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