> In the case of SQLite there isn’t much to configure, but PostgreSQL does have some tuning levers to play with.<p>Indeed. If we don't bother to benchmark our ability to insert or modify records, there isn't much tuning that is relevant.<p>SQLite with appropriate configuration for WAL, et. al. can run circles around hosted SQL providers for many classes of non-queries. SQLite directly on top of NVMe storage is a monster.