Actions
Feature #23743
closedAdd index to workflows.tracker_id
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Hi,
when I enter in trackers#index the redmine make this query for each tracker:
SELECT COUNT(*) FROM "workflows" WHERE "workflows"."tracker_id" = $1
But there is no index for "workflows"."tracker_id", and each query takes 88ms +-
After add index each query takes 0.3ms
Updated by Go MAEDA about 8 years ago
- Target version set to Candidate for next minor release
Updated by Toshi MARUYAMA about 8 years ago
- Target version changed from Candidate for next minor release to 3.4.0
Updated by Jean-Philippe Lang about 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Index added in r15859.
Actions