Speed up saylink retrieval x 1,000 - helpful for dialogues, plugins with many saylinks

This commit is contained in:
Akkadius
2017-06-24 20:07:01 -05:00
parent d0e612b5ff
commit 357be65a69
4 changed files with 8 additions and 11 deletions
@@ -0,0 +1,2 @@
ALTER TABLE `saylink`
ADD INDEX `phrase_index` (`phrase`) USING BTREE ;