Skip to content

Chunked imports and performance optimization

Nathan Mulbrook requested to merge chunk_import_mulbrook into master

This MR rewrites the import code to group the tasks into chunks reducing the number of tasks and the load on the database. The tasks are also spit into separate groups for adding new sites and updating existing ones.

Edited by Nathan Mulbrook

Merge request reports