Actions
Task #6742
closedAdd indexes to the models for better performance
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 94
Quarter:
Q2-2021
Description
for example for pulp2lazycatalog we'd have:
indexes = [
-
models.Index(fields=['pulp2_content_type_id']),
-
models.Index(fields=['pulp2_id']),
-
models.Index(fields=['pulp2_last_updated'])
Updated by ttereshc over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ttereshc
- Sprint set to Sprint 93
- Quarter set to Q2-2021
Updated by ttereshc over 3 years ago
Added by ttereshc over 3 years ago
Added by ttereshc over 3 years ago
Revision e689a459 | View on GitHub
Add missing indices
It should potentially improve performance of some queries a bit. No benchmarking is done, just those fields are used in various queries.
Added by ttereshc over 3 years ago
Revision e689a459 | View on GitHub
Add missing indices
It should potentially improve performance of some queries a bit. No benchmarking is done, just those fields are used in various queries.
Updated by ttereshc over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp:pulp-2to3-migration|e689a459dee231a20a2eb83eb5a5805877860a1e.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add missing indices
It should potentially improve performance of some queries a bit. No benchmarking is done, just those fields are used in various queries.
closes #6742 https://pulp.plan.io/issues/6742