Index: trunk/extensions/MoodBar/sql/MoodBar.sql |
— | — | @@ -27,5 +27,5 @@ |
28 | 28 | |
29 | 29 | -- A little overboard with the indexes perhaps, but we want to be able to dice this data a lot! |
30 | 30 | CREATE INDEX /*i*/type_timestamp ON /*_*/moodbar_feedback (mbf_type,mbf_timestamp); |
31 | | -CREATE INDEX /*i*/user_timestamp ON /*_*/moodbar_feedback (mbf_user_id,mbf_user_ip,mbf_timestamp); |
32 | 31 | CREATE INDEX /*i*/title_type ON /*_*/moodbar_feedback (mbf_namespace,mbf_title,mbf_type,mbf_timestamp); |
| 32 | + |