Fanr

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年11月28日

摘要: 主要是和普通的索引进行对比:/******************** 准备数据 ******************/select * into ColumnStoreTest from northwind..ordersdeclare @i int set @i = 12while(@i > 0)begin insert into ColumnStoreTest select * from ColumnStoreTest union all select * from ColumnStoreTest set @i = @i-1e... 阅读全文
posted @ 2011-11-28 14:35 Fanr_Zh 阅读(1138) 评论(1) 推荐(0) 编辑