SQL精简版支持聚集索引吗? 【2011年版】
根据各种消息来源,SQL CE 2.x 不支持任何类型的聚集索引。然而,当前维基百科页面显示“SQL CE数据库也支持索引”,链接到MSDN 作为其来源。
但是,我无法验证聚集索引的存在。 .net 4.0 中的快速测试例外,“集群”未知。 版本比较图表不说话关于聚类。
那么,CE 4支持聚集索引吗?
According to various sources, SQL CE 2.x does not support any kind of clustered indices. However, the current wikipedia page reads "SQL CE databases also support indexing", linking to the MSDN as its source.
However, I as not able to verify the existence of clustered indices. A quick test in .net 4.0 exceptioned with 'clustered' being unknown. The edition comparison chart does not talk about clustering at all.
So, does CE 4 support clustered indices?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,唯一支持的索引类型是 NONCLUSTERED http: //msdn.microsoft.com/en-us/library/ms345331(v=SQL.110).aspx
No, the only supported type of index is NONCLUSTERED http://msdn.microsoft.com/en-us/library/ms345331(v=SQL.110).aspx