| The entire point is to avoid the network hop. Application <-> SQLite <-> NVMe has orders of magnitude less latency than Application <-> Postgres Client <-> Network <-> Postgres Server <-> NVMe > You should be avoiding serial database queries as much as possible in the first place. I don't get to decide this. The business does. |