1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

Switch search to InnoDB

Better, faster searching
This commit is contained in:
McMatts 2018-04-25 12:19:47 +01:00
parent 08557c369c
commit 7b619101f1
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,7 @@
/* community edition */
-- improved search table
ALTER TABLE search ENGINE = InnoDB;
OPTIMIZE TABLE search;
-- deprecations