Kavita/API/Services/Tasks
Joseph Milazzo ab8c762830
Metadata Performance Scan (#921)
* Refactored updating chapter metadata from ComicInfo into the Scan loop. This let's us avoid an additional N file reads (expensive) in the metadata service, as we already have to read them in the scan loop.

* Refactored Series level metadata aggregation into the scan loop. This allows for the batching of DB updates to be much smaller, thus faster without much overhead of GC.

* Refactored some of the code for ProcessFile to remove a few redundant if statements
2022-01-09 10:36:24 -08:00
..
Scanner Metadata Performance Scan (#921) 2022-01-09 10:36:24 -08:00
BackupService.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
CleanupService.cs Bookmark Refactor (#893) 2022-01-05 09:56:49 -08:00
ScannerService.cs Metadata Performance Scan (#921) 2022-01-09 10:36:24 -08:00
StatsService.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
VersionUpdaterService.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00