Kavita/API/Services
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
..
HostedServices Fixes v0.4.19! (#855) 2021-12-17 10:46:01 -08:00
Tasks Metadata Performance Scan (#921) 2022-01-09 10:36:24 -08:00
AccountService.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
ArchiveService.cs I can't believe it's more fixes! (#863) 2021-12-20 11:50:47 -06:00
BookService.cs Book Reader Issues (#906) 2022-01-07 06:56:28 -08:00
CacheService.cs Misc Fixes (#839) 2021-12-08 11:27:54 -08:00
DirectoryService.cs Bookmark Refactor (#893) 2022-01-05 09:56:49 -08:00
DownloadService.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
FileService.cs Local Metadata Integration Part 1 (#817) 2021-12-02 09:02:34 -08:00
ImageService.cs Misc Fixes (#839) 2021-12-08 11:27:54 -08:00
MetadataService.cs Metadata Performance Scan (#921) 2022-01-09 10:36:24 -08:00
ReaderService.cs Bookmark Refactor (#893) 2022-01-05 09:56:49 -08:00
ReadingItemService.cs Metadata Performance Scan (#921) 2022-01-09 10:36:24 -08:00
TaskScheduler.cs Fixes v0.4.19! (#855) 2021-12-17 10:46:01 -08:00
TokenService.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00