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

Convert range predicates to discrete set in Redshift #23417

Conversation

mayankvadariya
Copy link
Contributor

@mayankvadariya mayankvadariya commented Sep 13, 2024

Description

Redshift performs better for IN clause queries compared to range queries. PR aims to change the range queries to IN clause where applicable for the possible performance improvement.

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

# Redshift
* Improve performance of queries with range filters on integers. ({issue}`23417`)

@cla-bot cla-bot bot added the cla-signed label Sep 13, 2024
Copy link
Member

@raunaqmorarka raunaqmorarka left a comment

Choose a reason for hiding this comment

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

please add test in TestRedshiftConnectorTest which verifies that when query has a range predicate, the domain pushed into table scan is a discrete values list.

@ebyhr
Copy link
Member

ebyhr commented Sep 14, 2024

Note that TestRedshiftConnectorTest doesn't run in this repository unless updating pom.xml in Redshift connector.

<!-- Run only the smoke tests of the connector on the CI environment due to unpredictable -->
<!-- locations of GitHub runners which can lead to increased client latency on the -->
<!-- JDBC operations performed on the ephemeral AWS Redshift cluster. -->
<include>**/TestRedshiftConnectorSmokeTest.java</include>

@mayankvadariya mayankvadariya force-pushed the mayank/redshift-convert-range-to-discrete branch from 8781c72 to 4b3b7bc Compare September 28, 2024 01:37
Copy link
Member

@raunaqmorarka raunaqmorarka left a comment

Choose a reason for hiding this comment

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

lgtm, can you check if the redshift test actually ran and passed on CI ?

@ebyhr
Copy link
Member

ebyhr commented Sep 28, 2024

Running CI on #23598

@mayankvadariya mayankvadariya force-pushed the mayank/redshift-convert-range-to-discrete branch 2 times, most recently from 03ef4c3 to d32c1c4 Compare September 30, 2024 21:19
@mayankvadariya
Copy link
Contributor Author

@ebyhr
Copy link
Member

ebyhr commented Oct 3, 2024

Updated the mirror PR: #23598

@mayankvadariya
Copy link
Contributor Author

only test-other-modules failed in full test run https://github.com/trinodb/trino/actions/runs/11157190937/job/31011010500?pr=23598 which had passed in this PR https://github.com/trinodb/trino/actions/runs/11114309162/job/30880523870?pr=23417. Let me update the PR with removing temp commit d32c1c4

@mayankvadariya mayankvadariya force-pushed the mayank/redshift-convert-range-to-discrete branch from d32c1c4 to ba0abf1 Compare October 3, 2024 11:35
@mayankvadariya mayankvadariya force-pushed the mayank/redshift-convert-range-to-discrete branch from ba0abf1 to 4e63d24 Compare October 7, 2024 14:37
@mayankvadariya mayankvadariya force-pushed the mayank/redshift-convert-range-to-discrete branch from 4e63d24 to b7109b5 Compare October 7, 2024 16:20
@raunaqmorarka raunaqmorarka merged commit 3999f62 into trinodb:master Oct 7, 2024
60 of 61 checks passed
@github-actions github-actions bot added this to the 461 milestone Oct 7, 2024
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.

3 participants