mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Fixes coder/internal#724 This change adds an index to optimize the `GetProvisionerDaemonsWithStatusByOrganization` query. Execution time dropped from `18s 838ms` to `107ms`.
2 lines
72 B
SQL
2 lines
72 B
SQL
DROP INDEX provisioner_jobs_worker_id_organization_id_completed_at_idx;
|