]> git.mxchange.org Git - friendica.git/blob - mods/readme.txt
d74b846d00005733a5da998b4095db2a4e4a7f55
[friendica.git] / mods / readme.txt
1 Site speed can be improved when the following indexes are set. They cannot be set through the update script because on large sites they will block the site for several minutes.
2
3 CREATE INDEX `uid_commented` ON `item` (`uid`, `commented`);
4 CREATE INDEX `uid_created` ON `item` (`uid`, `created`);
5 CREATE INDEX `uid_unseen` ON `item` (`uid`, `unseen`);
6 CREATE INDEX `resource-id` ON `item` (`resource-id`);