Further performance improvements

This commit is contained in:
Michael 2012-07-25 22:50:06 +02:00
commit f140a6da89
2 changed files with 8 additions and 1 deletions

View file

@ -571,6 +571,7 @@ CREATE TABLE IF NOT EXISTS `item` (
KEY `author-name` (`author-name`),
KEY `uid_commented` (`uid`, `commented`),
KEY `uid_created` (`uid`, `created`),
KEY `uid_unseen` (`uid`, `unseen`),
FULLTEXT KEY `title` (`title`),
FULLTEXT KEY `body` (`body`),
FULLTEXT KEY `allow_cid` (`allow_cid`),