Is SQLite really faster reads than MySQL (in low concurrency apps)?
Tested with local DBs and same prisma frontend MySQL had 5-6 times the loading times for big sort queries (top 100 of a huge scoreboard).
1 Reply
sqlite is very fast in general
compared to any other sql database