Apply indexes to improve signature search (#205)
This commit is contained in:
2
gaseous-server/Support/Database/MySQL/gaseous-1006.sql
Normal file
2
gaseous-server/Support/Database/MySQL/gaseous-1006.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `Signatures_Roms`
|
||||
ADD INDEX `name_Idx` USING BTREE (`Name`) VISIBLE;
|
Reference in New Issue
Block a user