-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TPC-H support for SQL Server #147
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor quibbles.
@jcamachor Thanks for sending this. We should probably be testing MSSQL in our Github actions. Is this something you could help with? |
@apavlo , sure, I can do that in a follow-up PR, I can use one of the images in https://hub.docker.com/_/microsoft-mssql-server (already doing some quick tests using one of those) and enable a few different benchmarks. |
I added that in this PR to @jcamachor's branch: jcamachor#1 |
* Adds Github Actions CI support via the SqlServer Docker image. * Adds other docker run support. * Adds a column store based schema creation command in addition to the row store one, and a symlink to chose between them (defaulting to cstore).
3942398
to
a2b505f
Compare
@jcamachor @bpkroth Everything looks good except for the symlink to the DDL file. I think that it is better to have a single file for now and then comment out the column store stuff. Then create issue about being able to specify/override the DDL file from the config file. |
Also replace some tabs with spaces for consistency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ectly ... when passing them along to the target server
No description provided.