mirror of
https://github.com/vcmi/vcmi.git
synced 2026-05-22 09:55:17 +02:00
93e7c0aa67
This call currently takes large part of DB access time. According to EXPLAIN QUERY PLAN it looks like WHERE xxx IN(1,2,3) causes SQLite to use full table SCAN instead of using available index. For getActiveGameRooms this change decreases query time from ~60-70 ms to <1 ms