<p><pre><code> "The SQLite website (https://www.sqlite.org/) uses SQLite itself, of course,
and as of this writing (2015) it handles about 400K to 500K HTTP requests
per day, about 15-20% of which are dynamic pages touching the database.
Each dynamic page does roughly 200 SQL statements. [...]"
</code></pre>
Wait... What? They're saying that their dynamic pages are executing 200 SQL statements per request?<p>Off-topic: I enjoyed reading this article which was posted here a while ago <a href="http://www.sqlite.org/testing.html" rel="nofollow">http://www.sqlite.org/testing.html</a>