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

fix: performance improvements #374

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Conversation

ralphrass
Copy link
Contributor

Why? 📖

Improve Butterfree performance.

What? 🔧

  • Fix migration script (when receiving parameter)
  • Use persist instead of caching for source data. Persist allows storage level choice.
  • Test partitions before apply repartition on dataframes.
  • Persist is the final transformation of extraction. When one persist (or cache) before all the transformations is applied, it may be forcing Spark to persist several times.

@ralphrass ralphrass self-assigned this Sep 16, 2024
@ralphrass ralphrass requested a review from a team as a code owner September 16, 2024 12:32
Copy link

Copy link
Contributor

@michellyrds michellyrds left a comment

Choose a reason for hiding this comment

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

Nice!

@ralphrass ralphrass merged commit 11cc5d5 into staging Sep 16, 2024
3 checks passed
ralphrass added a commit that referenced this pull request Sep 16, 2024
* fix: performance improvements (#374)
ralphrass added a commit that referenced this pull request Oct 8, 2024
* fix: performance improvements (#374)
michellyrds added a commit that referenced this pull request Dec 4, 2024
albjoaov added a commit that referenced this pull request Dec 4, 2024
albjoaov added a commit that referenced this pull request Dec 4, 2024
michellyrds added a commit that referenced this pull request Jan 6, 2025
# What

We are reverting the `staging` and `master` branches to the codebase of
`1.4.0` version. Currently this is the stable and tested one

## Changes reverted

- **Revert "fix: move incremental filter (#388)"**
- **Revert "fix: rollback repartition (#386)"**
- **Revert "chore: level (#382)"**
- **Revert "fix: performance adjustments, migrate (#378)"**
- **Revert "fix: performance improvements (#374)"**

## Changes maintained

- #385 
- #376 

## What's next

We'll add in the next PR's (and releases) the new features
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