Comment on What if we treated Postgres like SQLite?parentComments−markuswOP11moThe biggest one is latency. Network latency will almost always be orders of magnitude bigger than I/O latency. There's a whole class of problems that goes away when latency becomes very small.−ok_computer11moNoted, that confirms my suspicion. Thanks.
Comments
The biggest one is latency. Network latency will almost always be orders of magnitude bigger than I/O latency. There's a whole class of problems that goes away when latency becomes very small.
Noted, that confirms my suspicion. Thanks.