Implement transactions and progress bar for Excel imports
Fix versions
Priority
Description
Related
Activity
Show:
Resolved
Details
Details
Assignee
Reporter
Requirement Yogi
Linked requirements
Requirement Yogi
Linked requirements
Created August 17, 2023 at 5:53 PM
Updated August 20, 2023 at 6:41 PM
Resolved August 20, 2023 at 6:41 PM
When reading an Excel file, we can’t start a transaction for each row as it’s too much, but we can’t either have just one transaction for everything.
Let’s have one transaction per 1000 rows.
Also, let’s provide feedback to the long-running job so that they can display the progress bar.