Further performance improvements
This commit is contained in:
parent
69b883829a
commit
f140a6da89
2 changed files with 8 additions and 1 deletions
|
|
@ -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`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue