Hacker News new | past | comments | ask | show | jobs | submit login

That is pure FUD. Postgres is no more resource heavy than MySQL (the stock config will only use 32MB of ram!), and will perform better on many real world workloads.



I think it's not resource heaviness per se so much as high latency (and low user-friendliness) in a dev configuration. Postgres takes noticeable time to start up, both server and client, and the client feels less responsive; its commands are also more arcane (e.g. mysql's "show tables" is something like "\d"). Postgres is quite possibly better for a "production" configuration, but it's much slower to develop with, so developers get to thinking of it as "slow".


I've never noticed latency issues.

Edit: Timing

Running the client: 12ms Server Startup: <400ms (due to the way OS X services work hard to time directly) Server Shutdown: 925ms

Those are on a 3 year old Mac Mini - hardly a stud machine.

Why are you using the command line client anyway? You know pg_admin exists and is free and runs everywhere, right?




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

Search: