Re: POSTGRES/MYSQL

Поиск
Список
Период
Сортировка
От Benedict Holland
Тема Re: POSTGRES/MYSQL
Дата
Msg-id CAD+mzoxAEwPLkm2d--Xr_xGmZfjBv07Bx7P_km0x7z-w2RqoCw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: POSTGRES/MYSQL  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: POSTGRES/MYSQL  (Francisco Olarte <folarte@peoplecall.com>)
Re: POSTGRES/MYSQL  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-general
MySQL isn't ACID. Postgresql is a full-featured database that doesn't allow injection. It is very safe and secure. Also, the way that PostgreSQL has a much better user management system and database/table level access ACLs.

Basically, you just asked a bunch of people who have used  PostgreSQL over MySQL why PostgerSQL is better. It is just better. The only time that MySQL might be better is if you have a very simple website and you want a SQL backend. For anything else, PostgreSQL is infinitely better. 

Thanks,
~Ben

On Tue, Mar 12, 2019 at 5:34 AM Thomas Kellerer <spam_eater@gmx.net> wrote:
Laurenz Albe schrieb am 12.03.2019 um 10:05:
>> Also MySQL has a query cache that allows the results of very common queries to be much faster.
>
> I have used that feature, and it has bitten me:
> https://stackoverflow.com/q/44244482/6464308

Note that the query cache was removed in MySQL 8.0 (don't know about MariaDB)




В списке pgsql-general по дате отправления:

Предыдущее
От: Nicola Contu
Дата:
Сообщение: Re: Performance comparison between Pgsql 10.5 and Pgsql 11.2
Следующее
От: Francisco Olarte
Дата:
Сообщение: Re: POSTGRES/MYSQL