Convert project_id column to bigint to increase performance
The `project_id` column on the pending builds table is a big integer and the one on the `ci_runner_projects` is an integer. Converting the project id to big integer in the query should improve the planning time.
Showing
Please register or sign in to comment