alter table project_issues add index sid (sid);
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | sid_index.patch | 1.68 KB | hunmonk |
| #2 | project_issue_106654.patch | 1.59 KB | drewish |
alter table project_issues add index sid (sid);
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | sid_index.patch | 1.68 KB | hunmonk |
| #2 | project_issue_106654.patch | 1.59 KB | drewish |
Comments
Comment #1
drewish commentedi'll get this.
Comment #2
drewish commentedworking on this i noticed that we're missing some pgsql indexes. i created a patch for that over on #164958. this patch sort of conflicts with it but i'll post it and we can sort out the commit order later.
Comment #3
hunmonk commentedupdated patch attached. this has been tested as working for both a fresh install and an upgrade on mysql/pgsql.
Comment #4
dwwGreat, thanks, folks. Committed to HEAD, backported to DRUPAL-4-7--2 and DRUPAL-4-7 as project_issue_update_4() and committed.
Comment #5
(not verified) commented