Can I read TPC-H's table DDL by columnstore index on SQL Server 2014 ?
I want to find more effective SQL Server 2014's columnstore index.
TPC-H's dbgen database is nice for SQL Server 2014 new feature test.
ORDER table and LINEITEM table are nice for columnstore index feature test.
I'm starting from 6,000,000 LINEITEM's database.
Regards,
Yoshihiro Kawabata.