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

Feature/split table aggregation #353

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Conversation

rwiker
Copy link
Contributor

@rwiker rwiker commented Nov 18, 2024

Issue

N/A

Short description

Make table aggregation faster by using "split" tables if they exist; otherwise, use the original tables.

(Split tables are generated by splitting the original large tables into fragments with no more than 500 columns.)

Pre-review checklist

  • Read through all changes. No redundant print() statements, commented-out code, or other remnants from the development. 👀
  • Make sure tests pass after every commit. ✅
  • New/refactored code is following same conventions as the rest of the code base. 🧬
  • New/refactored code is tested. ⚙
  • Documentation has been updated 🧾

Pre-merge checklist

  • Commit history is consistent and clean. 👌

Raymond Wiker added 2 commits November 7, 2024 14:12
…ype that do not have their own class. Implement new property template_path as a prototype for something that might end up being part of the schema.
@rwiker rwiker requested a review from a team November 18, 2024 07:06
Copy link
Contributor

@equinor-ruaj equinor-ruaj left a comment

Choose a reason for hiding this comment

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

lgtm

@rwiker rwiker merged commit 70bd4f8 into main Nov 18, 2024
17 checks passed
@rwiker rwiker deleted the feature/split-table-aggregation branch November 18, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants