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

In Data migrator, Have multiple threads to parallelize migration #5017

Open
1 task
Tracked by #4981
yanavasileva opened this issue Mar 11, 2025 · 0 comments
Open
1 task
Tracked by #4981

In Data migrator, Have multiple threads to parallelize migration #5017

yanavasileva opened this issue Mar 11, 2025 · 0 comments
Labels
scope:data-migrator Changes to the Data migrator project.

Comments

@yanavasileva
Copy link
Member

yanavasileva commented Mar 11, 2025

Acceptance Criteria (Required on creation)

Have multiple threads to parallelize migration.

  • Consider batch processing via Spring Batch.
  • Entities can be migrated in parallel to a certain extent. The limiting factor here is ensuring referential integrity. An entity can only be migrated if its related entities have been migrated already. For example, a flow node can only be migrated when its process instance has been migrated already.
  • We should reuse our skipped entities mechanism here.

Hints

  • Time estimate: 15 days

Links

Breakdown

Pull Requests

Preview Give feedback
No tasks being tracked yet.

Dev2QA handover

  • Does this ticket need a QA test and the testing goals are not clear from the description? Add a Dev2QA handover comment
@yanavasileva yanavasileva added type:task Issues that are a change to the project that is neither a feature nor a bug fix. scope:data-migrator Changes to the Data migrator project. and removed type:task Issues that are a change to the project that is neither a feature nor a bug fix. labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:data-migrator Changes to the Data migrator project.
Projects
None yet
Development

No branches or pull requests

1 participant