MarginaliaSearch/code/processes/loading-process
Viktor Lofgren 730e8f74e4 (crawler) Even more memory optimizations.
* Fix minor resource leak in zstd streams
* Use pools for zstd streams
* Reduce the SSL session cache size
2023-07-30 14:19:55 +02:00
..
src (crawler) Even more memory optimizations. 2023-07-30 14:19:55 +02:00
build.gradle (*) Refactor MQ and MQSM 2023-07-17 13:57:32 +02:00
readme.md More restructuring, big bug fixes in keyword extraction. 2023-03-13 17:39:53 +01: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