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

Remove usused index on task instance #36737

Merged
merged 4 commits into from
Jan 13, 2024

Conversation

dstandish
Copy link
Contributor

Reverts #30762

Index is only helpful for a user's custom query -- not for airflow in general (see comment #30762 (comment)). I also observed that it also takes up as much (or more) space than the table itself. As such it doesn't belong in airflow OSS.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

Reverts apache#30762

Index is only helpful for a user's custom query -- not for airflow in general (see comment apache#30762 (comment)).  I also observed that it also takes up as much (or more) space than the table itself. As such it doesn't belong in airflow OSS.
@dstandish dstandish added this to the Airflow 2.8.1 milestone Jan 12, 2024
@dstandish dstandish merged commit e20b400 into apache:main Jan 13, 2024
55 checks passed
@dstandish dstandish deleted the remove-unused-index-taskinstanec branch January 13, 2024 04:32
potiuk pushed a commit that referenced this pull request Jan 13, 2024
Index is only helpful for a user's custom query -- not for airflow in general (see comment #30762 (comment)).  Noticed that this query had zero scans over a period of months.  I also observed that it also takes up as much space as the table itself.  Since it's not generally useful, it doesn't belong in airflow OSS.

Reverts #30762

(cherry picked from commit e20b400)
@ephraimbuddy ephraimbuddy added the type:bug-fix Changelog: Bug Fixes label Jan 15, 2024
ephraimbuddy pushed a commit that referenced this pull request Jan 15, 2024
Index is only helpful for a user's custom query -- not for airflow in general (see comment #30762 (comment)).  Noticed that this query had zero scans over a period of months.  I also observed that it also takes up as much space as the table itself.  Since it's not generally useful, it doesn't belong in airflow OSS.

Reverts #30762

(cherry picked from commit e20b400)
abhishekbhakat pushed a commit to abhishekbhakat/my_airflow that referenced this pull request Mar 5, 2024
Index is only helpful for a user's custom query -- not for airflow in general (see comment apache#30762 (comment)).  Noticed that this query had zero scans over a period of months.  I also observed that it also takes up as much space as the table itself.  Since it's not generally useful, it doesn't belong in airflow OSS.

Reverts apache#30762
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants