Re: POSTGRES/MYSQL

From: Michael Nolan <htfoot(at)gmail(dot)com>
To:
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: POSTGRES/MYSQL
Date: 2019-03-12 16:08:45
Message-ID: CAOzAquKfnRk8p8Uk0No5wCeZ--cZy-XZzkMfn07_h2qgjg99rA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The MySQL manual says that INNODB 'adheres closely' to the ACID model,
though there are settings where you can trade some ACID compliance for
performance.

See https://dev.mysql.com/doc/refman/5.6/en/mysql-acid.html

I've been running PostgreSQL for a client since 2005, we're on our 5th
hardware platform in that time period. We also run a MySQL/MariaDB
database to support our website, it is currently on an AWS RDB server which
is refreshed from the PostgreSQL server. I also administered an Oracle
system for a well-known educational publisher for about 10 years. Given my
druthers, I'd take PostgreSQL over either Oracle or MySQL.
--
Mike Nolan

>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Benedict Holland 2019-03-12 16:52:40 Re: POSTGRES/MYSQL
Previous Message Francisco Olarte 2019-03-12 16:07:47 Re: POSTGRES/MYSQL