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

Limit default bigquery.metadata.parallelism value to 32 #25229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Mar 6, 2025

Description

Fixes #25228

Release notes

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

@cla-bot cla-bot bot added the cla-signed label Mar 6, 2025
@github-actions github-actions bot added the bigquery BigQuery connector label Mar 6, 2025
@ebyhr ebyhr requested review from wendigo, hashhar and anusudarsan March 6, 2025 04:46
@ebyhr ebyhr force-pushed the ebi/bigquery-metadata-parallelism branch from 753da21 to c576758 Compare March 6, 2025 05:35
@ebyhr ebyhr changed the title Remove max limitation from bigquery.metadata.parallelism Limit default bigquery.metadata.parallelism value to 32 Mar 6, 2025
Copy link
Member

@hashhar hashhar left a comment

Choose a reason for hiding this comment

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

LGTM.

A general curiosity, does this actually scale linearly? i.e. is 32 actually better than 8?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery BigQuery connector cla-signed
Development

Successfully merging this pull request may close these issues.

BigQuery Connector - setting metadataParallelism to number of cores fails when there are more than 32 cores
3 participants