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

Update dev guide for benchmarks #13988

Merged
merged 4 commits into from
Oct 26, 2022

Conversation

MiguelWeezardo
Copy link
Member

Description

Is this change a fix, improvement, new feature, refactoring, or other?

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)

How would you describe this change to a non-technical end user or system administrator?

Related issues, pull requests, and links

Documentation

( ) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

( ) No release notes entries required.
( ) Release notes entries required with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@MiguelWeezardo MiguelWeezardo force-pushed the michal/benchmarks_dev_guide branch 2 times, most recently from ebc431f to 940ee37 Compare September 5, 2022 11:15
testing/trino-benchto-benchmarks/README.md Show resolved Hide resolved
testing/trino-benchto-benchmarks/pom.xml Outdated Show resolved Hide resolved
testing/trino-benchto-benchmarks/README.md Outdated Show resolved Hide resolved
testing/trino-benchto-benchmarks/README.md Show resolved Hide resolved
testing/trino-benchto-benchmarks/README.md Show resolved Hide resolved
Copy link
Member

@sopel39 sopel39 left a comment

Choose a reason for hiding this comment

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

lgtm % @findepi comments

@@ -1,53 +1,63 @@
#!/usr/bin/env python
Copy link
Member

Choose a reason for hiding this comment

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

did you use the tool to generate schemas manually as a test?

Copy link
Member Author

@MiguelWeezardo MiguelWeezardo Oct 25, 2022

Choose a reason for hiding this comment

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

Thanks, running this unveiled a trivial bug. It took a while to setup Trino with a fully functional Hive connector, but I finally found a product test environment with both hive and tpcds.

@MiguelWeezardo MiguelWeezardo force-pushed the michal/benchmarks_dev_guide branch 3 times, most recently from 2ad53fd to 578afa7 Compare October 7, 2022 20:34
@MiguelWeezardo MiguelWeezardo force-pushed the michal/benchmarks_dev_guide branch from 5186585 to 95fda96 Compare October 17, 2022 22:13
nineinchnick and others added 4 commits October 26, 2022 00:08
Sometimes we want to run benchmarks on a small dataset.
We want to be able to choose the scale factors for TPC-H and TPC-DS.
This change keeps the original defaults while allowing for scale factor
and format overrides.
@MiguelWeezardo MiguelWeezardo force-pushed the michal/benchmarks_dev_guide branch from 95fda96 to 78c5ef4 Compare October 25, 2022 22:08
@MiguelWeezardo MiguelWeezardo marked this pull request as ready for review October 26, 2022 06:42
@sopel39
Copy link
Member

sopel39 commented Oct 26, 2022

Failed due: #14618

@sopel39 sopel39 merged commit 62cd896 into trinodb:master Oct 26, 2022
@nineinchnick nineinchnick deleted the michal/benchmarks_dev_guide branch October 26, 2022 09:31
@github-actions github-actions bot added this to the 401 milestone Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants