#1508 closed defect (fixed)
sqlall should include sqlindexes
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Indexes are important for good performance. Forcing a separate step of applying sqlindexes to the database is awkward and error prone (I didn't realize the indexes weren't being created until I investigated why things were going slowly).
sqlall should include the output of sqlindexes.
Attachments (1)
Change History (3)
by , 20 years ago
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 20 years ago
Note:
See TracTickets
for help on using tickets.
A patch to make sqlall include sqlindexes.