Skip to content

campaigns: Change error index on changeset_jobs

Administrator requested to merge large-error into master

Created by: ryanslade

Instead of adding a full btree index on the error column, add an index just on whether the column is null

Having the index on the whole column was problematic when error values were very large

Part of: https://github.com/sourcegraph/sourcegraph/issues/10798

Merge request reports

Loading