Re: POSTGRES/MYSQL

From: 王pg <wanziforeverpg(at)gmail(dot)com>
To:
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: POSTGRES/MYSQL
Date: 2019-03-12 23:42:38
Message-ID: CACaRMeDtUXQyQXhH_svwq7mPBFX0NRiEXv2kx4wtAfmbqM6X0g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Different code behave different, what you need to do is to study your
business model, and find a best fit.

I'm going to talk about the nontechnique thing, and hope it can help.

Mysql is spliting, when saying Mysql, we always need to think about Mysql
of Oracle or Mariadb. both database have their own road map, you cannot
benifit from both.
if you finaly choice "Mysql", actually, you will still face to another
choice, Mysql or Mariadb. Assume you select Mysql, you will always face to
new choices, for example, some tools(or practice) is for Mariadb, whether
it can work with Mysql; some good features is included by Mariadb, what
about or when for mysql; some business model that Maradb code can fit well,
but Mysql code cannot, and so on.

Thanks
Denny Wang

On Wed, Mar 13, 2019 at 12:09 AM Michael Nolan <htfoot(at)gmail(dot)com> wrote:

> 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
>
>>

--
regards
denny

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Amit Langote 2019-03-13 00:19:17 Re: Update does not move row across foreign partitions in v11
Previous Message Derek Hans 2019-03-12 22:36:45 Re: Update does not move row across foreign partitions in v11