#1508 closed defect (fixed)
sqlall should include sqlindexes
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.
Change History (3)
by , 19 years ago
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Note:
See TracTickets
for help on using tickets.
A patch to make sqlall include sqlindexes.