Index on the correct column
darcs-hash:20080722205335-533db-d7b4a6c727305cffedc443b5bfa15779a685d03a.gz
This commit is contained in:
parent
49f30e23a3
commit
0dac70d010
|
@ -108,8 +108,7 @@ create table notice (
|
|||
source varchar(8) comment 'source of comment, like "web", "im", or "clientname"',
|
||||
|
||||
index notice_profile_id_idx (profile_id),
|
||||
index notice_created_idx (profile_id),
|
||||
|
||||
index notice_created_idx (created),
|
||||
FULLTEXT(content)
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user