Live data from Hacker News

PostgreSQL vs MySQL: an apples to oranges comparison

ledgersmbdev.blogspot.co.uk

1–10 of 71 posts

Re: PostgreSQL vs MySQL: an apples to oranges comparison

#5
post #3
post #2

If you cannot compare PostgreSQL to MySQL then what databases can be compared?

the point of this article is that Postgres is not just a database

Sure it is. MySQL is just a database with fewer features (and less rigid ACID compliance.) Like SQLite vs. MSSQL or PG vs. Vertica. Different tools for different jobs.

Re: PostgreSQL vs MySQL: an apples to oranges comparison

#6
post #5
post #3

Earlier quoted context omitted.

the point of this article is that Postgres is not just a database

Sure it is. MySQL is just a database with fewer features (and less rigid ACID compliance.) Like SQLite vs. MSSQL or PG vs. Vertica. Different tools for different jobs.

"Different tools for different jobs"

that's exactly the (or better: one) point of the article. no disagreement here, right?

Re: PostgreSQL vs MySQL: an apples to oranges comparison

#7
post #6
post #5

Earlier quoted context omitted.

Sure it is. MySQL is just a database with fewer features (and less rigid ACID compliance.) Like SQLite vs. MSSQL or PG vs. Vertica. Different tools for different jobs.

"Different tools for different jobs" that's exactly the (or better: one) point of the article. no disagreement here, right?

Nope :)

Re: PostgreSQL vs MySQL: an apples to oranges comparison

#10
I think it really depends on the type of apps you write. If you write small - medium rails apps, then the db is usually just dumb storage and if you are careful to use the ORM properly, then DBs are just plug and play. If your app is larger and you need more features, then you look more deeply into the features of each in which, most of the time, POSTGRES is the clear winner.
Post reply on HN