Many queries re-written to improve performance (#232)

This commit is contained in:
Michael Green
2023-12-14 22:06:16 +11:00
committed by GitHub
parent b691eab0ee
commit 722c153e40
11 changed files with 63 additions and 80 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE `Games_Roms`
ADD INDEX `id_LibraryId` (`LibraryId` ASC) VISIBLE,
ADD INDEX `id_MD5` USING BTREE (`MD5`) VISIBLE;