Re: PostgreSQL vs MariaDB

Поиск
Список
Период
Сортировка
Искать
От
Thomas Kellerer
Тема
Re: PostgreSQL vs MariaDB
Дата
Msg-id
bba05cc8-2be8-7e48-3eac-80b872e41fb9@gmx.net
Ответ на
PostgreSQL vs MariaDB (Inzamam Shafiq)
Список
Дерево обсуждения
PostgreSQL vs MariaDB Inzamam Shafiq <inzamam.shafiq@hotmail.com>
Re: PostgreSQL vs MariaDB Ben Chobot <bench@silentmedia.com>
Re: PostgreSQL vs MariaDB Inzamam Shafiq <inzamam.shafiq@hotmail.com>
Re: PostgreSQL vs MariaDB Ron <ronljohnsonjr@gmail.com>
Re: PostgreSQL vs MariaDB Achilleas Mantzios <a.mantzios@cloud.gatewaynet.com>
Re: PostgreSQL vs MariaDB Thomas Kellerer <shammat@gmx.net>
Re: PostgreSQL vs MariaDB Miles Elam <miles.elam@productops.com>
Re: PostgreSQL vs MariaDB Jeffrey Walton <noloader@gmail.com>
Re: PostgreSQL vs MariaDB Dominique Devienne <ddevienne@gmail.com>
Re: PostgreSQL vs MariaDB Sumit Sengupta <ssengupta@hotmail.com>
Re: PostgreSQL vs MariaDB Thomas Guyot <tguyot@gmail.com>
Re: PostgreSQL vs MariaDB Achilleas Mantzios - cloud <a.mantzios@cloud.gatewaynet.com>
Inzamam Shafiq schrieb am 24.03.2023 um 12:07:
> Can someone please list pros and cons of MariaDB vs PostgreSQL that
> actually needs serious consideration while choosing the right
> database for large OLTP DBs (Terabytes)?

As others have pointed out, this is really hard to quantify.

For large databases, I would assume that Postgres' parallel
queries is a major advantage over MariaDB

 From a management perspective, having transactional DDL makes
a lot of things easier (or more robust)

I am maintaining a very high-level overview, if you are interested

   https://www.sql-workbench.eu/dbms_comparison.html

I do not claim that this is complete or 100% accurate. And it focuses
on SQL level features. Not so much on management or monitoring features
which are typically a major concern in large scale databases.

In the end, each database product has its quirks and problems
(some more than others).

I think Postgres' weakest point is the MVCC implementation.
Which typically is not really a problem, but there are usage
patterns where it can become a problem, especially if not dealt
with properly.

Thomas


В списке pgsql-general по дате отправления
От: Sumit Sengupta
Дата:
Сообщение: Re: PostgreSQL vs MariaDB
От: Adrian Klaver
Дата:
FAQ