CatgirlIntelligenceAgency/code/processes/loading-process
Viktor Lofgren d02bed1a55 (loader) Optimize DomainLoaderService for faster startups
Initialization parameters in DomainLoaderService and DomainIdRegistry have been updated to improve performance. This is done by adding sane default sizes to the hash tables involved, reducing GC churn, but also by setting a sensible fetch size to the queries used, and not fetching irrelevant information such as the domain name.
2023-12-18 13:15:10 +01:00
..
src (loader) Optimize DomainLoaderService for faster startups 2023-12-18 13:15:10 +01:00
build.gradle (refactor) Rename satellite services to application services 2023-10-09 13:45:45 +02:00
readme.md (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02:00

Loading Process

The loading process reads converted data and inserts it into the database, as well as creates a journal file that will be used to create a static index for the index-service.

Central Classes