Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1508 closed defect (fixed)

sqlall should include sqlindexes

Reported by: ned@… 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)

diff.txt (819 bytes ) - added by ned@… 18 years ago.
A patch to make sqlall include sqlindexes.

Download all attachments as: .zip

Change History (3)

by ned@…, 18 years ago

Attachment: diff.txt added

A patch to make sqlall include sqlindexes.

comment:1 by Russell Keith-Magee, 18 years ago

Resolution: fixed
Status: newclosed

(In [2565]) magic-removal: Fixed #1508 -- Added index creation to sqlall stage of manage.py. Thanks, Ned.

comment:2 by Russell Keith-Magee, 18 years ago

(In [2567]) magic-removal: Refs #1508 -- Fixed stuff up in check in for r2565.

Note: See TracTickets for help on using tickets.
Back to Top