PostgreSQL vs MySQL: an apples to oranges comparison
ledgersmbdev.blogspot.co.uk
PostgreSQL vs MySQL: an apples to oranges comparison
1–10 of 71 posts
Re: PostgreSQL vs MySQL: an apples to oranges comparison
#2Re: PostgreSQL vs MySQL: an apples to oranges comparison
#3If you cannot compare PostgreSQL to MySQL then what databases can be compared?
Re: PostgreSQL vs MySQL: an apples to oranges comparison
#4Re: PostgreSQL vs MySQL: an apples to oranges comparison
#5If 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
Re: PostgreSQL vs MySQL: an apples to oranges comparison
#6Earlier 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.
that's exactly the (or better: one) point of the article. no disagreement here, right?
Re: PostgreSQL vs MySQL: an apples to oranges comparison
#7Earlier 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?
Re: PostgreSQL vs MySQL: an apples to oranges comparison
#8Re: PostgreSQL vs MySQL: an apples to oranges comparison
#9Are there any books out there that describe how to efficiently use PostgreSQL's object-relation techniques?