Issue 9231: Speed up full text search
This commit is contained in:
parent
5eb44ca36b
commit
dfeae25e6d
4 changed files with 36 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
-- ------------------------------------------
|
||||
-- Friendica 2020.09-dev (Red Hot Poker)
|
||||
-- DB_UPDATE_VERSION 1367
|
||||
-- Friendica 2020.09-rc (Red Hot Poker)
|
||||
-- DB_UPDATE_VERSION 1368
|
||||
-- ------------------------------------------
|
||||
|
||||
|
||||
|
@ -786,6 +786,7 @@ CREATE TABLE IF NOT EXISTS `item-content` (
|
|||
`verb` varchar(100) NOT NULL DEFAULT '' COMMENT 'ActivityStreams verb',
|
||||
PRIMARY KEY(`id`),
|
||||
UNIQUE INDEX `uri-plink-hash` (`uri-plink-hash`),
|
||||
FULLTEXT INDEX `body` (`body`),
|
||||
INDEX `uri` (`uri`(191)),
|
||||
INDEX `plink` (`plink`(191)),
|
||||
INDEX `uri-id` (`uri-id`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue