Ticket #25 (closed defect: fixed)
Mysql needs more indexes
| Reported by: | bob | Owned by: | dom |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | wiki-toolkit | Version: | svn |
| Keywords: | hackfestsummer2007-reviewed | Cc: |
Description
wiki::toolkit::setup:mysql is missing an index that wiki::toolkit::setup:pg has.
CREATE UNIQUE INDEX node_name ON node (name) this syntax should work on mysql 5(and 4 i think) also it could be done in the create table statement if need be. this really does affect performance. at least one openguide has suffered because of this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

