Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Search
Blog
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 15
and
Version 16
of
DbChanges
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2010-08-18T20:41:37Z (
14 years
ago)
Author:
Serge Okon
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
DbChanges
v15
v16
47
47
ALTER TABLE `personalizes` ADD INDEX ( `user_id` , `attribute_code` ) ;
48
48
}}}
49
50
To speed up the AjaxList for Users (~300x speed-up with 3000 users database):
51
{{{
52
#!sql
53
CREATE INDEX user_id_index on user_enrols(user_id)
54
}}}