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

Alter MSSQLS TPCH Schema to use Decimal not Money #634

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

JoshInnis
Copy link
Contributor

Altered the data type of the MSSQL TPCH load to store monetary values in a decimal (12, 2) format, as opposed to the money datatype.

The money datatype has a precision that is too high to use the Aggregate pushdown mechanic offered in SQL Server. Altered the money datatypes to a decimal type to improve the performance of queries run that using aggregation.

Altered the data type of the MSSQL TPCH load to store monetary
values in a decimal (12, 2) format, as opposed to the money datatype.

The money datatype has a precision that is too high to use the Aggregate
pushdown mechanic offered in SQL Server. Altered the money datatypes to
a decimal type to improve the performance of queries run that using
aggregation.
@abondvt89 abondvt89 merged commit 7af35d6 into TPC-Council:master Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants