Skip to content

codeintel: Write to SQLite file in parallel

Administrator requested to merge worker-write-parallel into master

Created by: efritz

This PR changes writer methods calls from sequential to concurrent execution in the worker.

Running the precise-code-intel integration suite's upload phase on master:

3m37.597s
3m35.858s
3m42.591s

And after this change:

3m30.267s
3m17.363s
3m23.102s

Merge request reports

Loading