TIL N+1 queries are OK in SQLite
June 26, 2024 1 min read
SQLite
The execution of 200 SQL statements per web page is excessive for MySQL, PostgreSQL or SQL Server, but manageable with SQLite, which can efficiently handle both complex and many smaller queries.