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

use parallelMap in PureToSql #3098

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

Conversation

gs-rpant1729
Copy link
Contributor

What type of PR is this?

Improvement

What does this PR do / why is it needed ?

Setup code to leverage parallelMap in Engine.
Use parallelMap in PureToSql processProject to improve performance.

Which issue(s) this PR fixes:

Fixes #

Other notes for reviewers:

Does this PR introduce a user-facing change?

@gs-rpant1729 gs-rpant1729 requested a review from a team as a code owner September 17, 2024 13:50
Copy link

Test Results

0 files  0 suites   0s ⏱️
0 tests 0 ✔️ 0 💤 0

Results for commit fe26ec4.

{
this.tracer = tracer;
this.modelLoaders = Lists.mutable.of(modelLoaders);
this.modelLoaders.forEach((Procedure<ModelLoader>) loader -> loader.setModelManager(this));
this.deploymentMode = mode;
this.forkJoinPool = forkJoinPool;
this.executorService = executorService;
Copy link
Contributor

Choose a reason for hiding this comment

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

If we go with this approach, we should not have two pools.

@finos-admin
Copy link
Member

This PR is stale because it has been open for 30 days with no activity. Please remove stale label or add any comment to keep this open. Otherwise this will be closed in 5 days.

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.

3 participants