Hacker News new | past | comments | ask | show | jobs | submit | baba92's comments login

A customer had the worst performance issues after switching to postgres. Weirdly it only happened in the docker and test server setup and not on the developers machine (he ran postgres via homebrew).

Turns out homebrew installed postgres without JIT support and one query on the developer machine ran in 200ms, while with JIT the query took 4-5 seconds. Took some time to figure out, since I'm not a heavy postgres user, but since then I've always disabled JIT and never looked back.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: