Re: Postgres performance
От | PFC |
---|---|
Тема | Re: Postgres performance |
Дата | |
Msg-id | opsm05ecu9th1vuj@musicbox обсуждение исходный текст |
Ответ на | Re: Postgres performance (Scott Marlowe <smarlowe@g2switchworks.com>) |
Ответы |
Re: Postgres performance
Re: Postgres performance |
Список | pgsql-sql |
> The reason PostgreSQL is slower is because it (and by extension the team > behind it) cares about your data. Sure, postgres is (a bit but not much) slower for a simple query like SELECT * FROM one table WHERE id=some number, and postgres is a lot slower for UPDATES (although I heard that it's faster than MySQL InnoDB)... but try a query with a join on few tables, even a simple one, and postgres will outperform mysql, sometimes by 2x, sometimes 1000 times. I had a case with a join between 4 tables, two of them having 50k records ; I was only pulling 6 records... mysql spent half a second and postgres 0.5 ms... hell !
В списке pgsql-sql по дате отправления: