-
-
Notifications
You must be signed in to change notification settings - Fork 53
Moving comic books is more performant. #2290
Copy link
Copy link
Closed
Labels
batchIssues relating to batch processing.Issues relating to batch processing.featureA new feature or enhancement to an exisiting featureA new feature or enhancement to an exisiting featureperformanceIssues relating to general application performance.Issues relating to general application performance.
Milestone
Description
Currently the process is slow, having to rehydrate each comic book before moving it. It then moves the comic through the whole state machine to update.
Instead, this should be possible to do by just loading the filename and details, generate a new filename, then move the file and update the filename in the database.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
batchIssues relating to batch processing.Issues relating to batch processing.featureA new feature or enhancement to an exisiting featureA new feature or enhancement to an exisiting featureperformanceIssues relating to general application performance.Issues relating to general application performance.