Skip to content

Commit 758b460

Browse files
norraxxBrutus5000
authored andcommitted
Speedup game_stats all time recalculation query (#186)
1 parent ecd673d commit 758b460

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

migrations/V66__speedup_query.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ALTER TABLE `game_stats`
2+
ADD INDEX `validity_gameMod_endTime` (`validity`, `gameMod`, `endTime`);
3+

0 commit comments

Comments
 (0)