Skip to content

codeintel: Order all bulk modifications to code intelligence tables

Created by: efritz

Reduce possibilities of deadlocking on bulk updates/deletes on the same table by first selecting the rows to update with FOR UPDATE semantics.

Merge request reports

Loading