Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Commit 51422ec

Browse files
committed
added column store index back
column store index works on the new version of RRE
1 parent d38eecd commit 51422ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/RSQL/create-db-tb-upload-data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CREATE TABLE {tb_name}
3434
tipped int,
3535
tip_class int
3636
)
37-
CREATE CLUSTERED INDEX Med_Lic_Pickup ON dbo.{tb_name} (medallion, hack_license, pickup_datetime)
37+
CREATE CLUSTERED COLUMNSTORE INDEX [nyc_cci] ON {tb_name} WITH (DROP_EXISTING = OFF)
3838
'
3939

4040
SET @create_tb_template2 = '

0 commit comments

Comments
 (0)