Skip to content

import_url migration performance improvements

James Lopez requested to merge fix/import-url-migration into master

Nullifying empty import_urls upfront so the number of projects with import_url not NULL decreases to 1/5.

Also, now processing batches in blocks of 1000, with a threaded process - a bit experimental.

Merge request reports