Hacker News new | ask | show | jobs
by sicp-enjoyer 1234 days ago
Why should this be faster than a local postgres instance with no traffic?
1 comments

Because you have neither IPC nor IO, whereas with a local postgres server instance you have both?