Skip to content
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

Implement BCP Option for MSSQLS TPCH Load #611

Merged
merged 6 commits into from
Oct 3, 2023

Conversation

JoshInnis
Copy link
Contributor

Allow users to use the BCP option to load data for TPCH data. The option is enabled by default, becuase BCP will work for both SQL and Windows Authentication.

Similar to the PR c653525 with the windows authentication PR 3b2b9cd. The mssqls_use_bcp option is named the same as the TPCC option, under the TPCH options.

Josh Innis (Warner Marketing Incorporated) and others added 3 commits September 29, 2023 11:27
Allow users to use the BCP option to load data for TPCH data. The
option is enabled by default, becuase BCP will work for both SQL and
Windows Authentication.
Added mk_time_bcp in export list for tpchcommon to be used in mssqls' TPCH load process when BCP is enabled
Update the total price logic for BCP to be in line with the PR
TPC-Council#610.
@JoshInnis JoshInnis requested a review from a team as a code owner October 2, 2023 16:01
@sm-shaw sm-shaw added enhancement New feature or request database Database specific build labels Oct 3, 2023
@sm-shaw sm-shaw linked an issue Oct 3, 2023 that may be closed by this pull request
Copy link
Contributor

@sm-shaw sm-shaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes made and test successfully against regular schema and columnstore build

@sm-shaw sm-shaw merged commit dea12f4 into TPC-Council:master Oct 3, 2023
@JoshInnis JoshInnis deleted the TPCH_BCP branch December 19, 2023 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build database Database specific enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add BCP based load to TPROC-H Schema for SQL Server
4 participants