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

Replace Athena load table partition refresh function #881

Closed
LavMatt opened this issue Jul 18, 2023 · 3 comments
Closed

Replace Athena load table partition refresh function #881

LavMatt opened this issue Jul 18, 2023 · 3 comments
Labels

Comments

@LavMatt
Copy link
Contributor

LavMatt commented Jul 18, 2023

This currently uses a MSCK REPAIR TABLE sql query, in function refresh_table_partitions(), which is quick and easy, but it is not efficient and will become noticeably slower as and when the number of partitions increase. Also only adds new partitions, rather than removing any that don’t exist anymore.

Definition of done

  • Implement more efficient function to update table partitions
@LavMatt
Copy link
Contributor Author

LavMatt commented Aug 16, 2023

Moving this back to the backlog for now as has some added complexities and will be better addressed when the MVP is more mature. See confluence writeup for further details https://dsdmoj.atlassian.net/wiki/spaces/DataPlatform/pages/4490035348/Data+Product+-+table+partition+refreshes

@LavMatt LavMatt removed their assignment Sep 19, 2023
@tom-webber tom-webber added the enhancement enhancing an existing feature label Jan 4, 2024
@seanprivett seanprivett removed the enhancement enhancing an existing feature label Jan 22, 2024
Copy link
Contributor

This issue is being marked as stale because it has been open for 60 days with no activity. Remove stale label or comment to keep the issue open.

@github-actions github-actions bot added the stale label Mar 25, 2024
Copy link
Contributor

github-actions bot commented Apr 5, 2024

This issue is being closed because it has been open for a further 7 days with no activity. If this is still a valid issue, please reopen it, Thank you!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done ✅
Development

No branches or pull requests

4 participants