Hacker News new | ask | show | jobs
by graemep 148 days ago
Is Postgres with "no network" running over a unix socket or an IP socket on the same machine?
1 comments

Yes unix socket using the java 16 socket channels. Interestingly there was only a 5-10% improvement vs IP sockerts (with no ssl).