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

[PoC] Concurrent sources better parallelism #40735

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

inossidabile
Copy link
Contributor

What

This is a proof of concept PR to suggest potential improvement of concurrency. While I was playing around with the concept of swapping ThreadPooolExecutor for ProcessPoolExecutor, I started seeing things. I wanted to change the orchestration just a little bit to reduce linking and make data serializable. And ProcessPoolExecutor kind of came for a change :).

I understand it's a long shot, again. it's more of an informational PR. Thanks for your attention.

User Impact

MOAR LOAD CORES

Can this PR be safely reverted and rolled back?

  • [ x ] YES 💚
  • NO ❌

@inossidabile inossidabile requested a review from a team as a code owner July 4, 2024 18:00
Copy link

vercel bot commented Jul 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Jul 4, 2024 6:33pm

Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

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

Thanks, @inossidabile. This will definitely lead to discussions how to improve performance. I'll ask the connector team to review and provide feedback on the changes you're proposing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants