Re: "Strong sides of MySQL" talk from PgDay16Russia, translated

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: "Strong sides of MySQL" talk from PgDay16Russia, translated
Дата
Msg-id 5996c626-588d-2dc8-cf7c-65a1b82618e1@BlueTreble.com
обсуждение исходный текст
Ответ на Re: "Strong sides of MySQL" talk from PgDay16Russia, translated  (Kevin Grittner <kgrittn@gmail.com>)
Ответы Re: "Strong sides of MySQL" talk from PgDay16Russia, translated  (Nikolay Samokhvalov <samokhvalov@gmail.com>)
Список pgsql-hackers
On 7/29/16 8:17 AM, Kevin Grittner wrote:
> On Thu, Jul 28, 2016 at 8:39 PM, Tatsuo Ishii <ishii@postgresql.org> wrote:
>
>> > BTW, is there any opposite information, i.e. showing the
>> > limitation of MySQL comparing with PostgreSQL?
> I'm not aware of a general list on the topic, but in reviewing
> academic papers regarding transaction isolation I did find (and
> confirm) that MySQL InnoDB relaxes the "strict" aspect of the
> Strict 2 Phase Locking they use for implementing serializable
> transactions.  "For performance reasons" they drop the locks
...

The way I sum up MySQL vs PG for people that ask is to recount how they 
"fixed" the Feb. 31st bug when they released strict mode (something that 
they actually called out in the release PR). With strict mode enabled, 
Feb. 30th and 31st would give you an error. Feb 35th was still silently 
converted to March whatever. *That was the MySQL mentality: data quality 
doesn't matter compared to "ease of use".*

They've done this throughout their history... when presented with a hard 
problem, they skip around it or plaster over it, and then they promote 
that their solution is the only right way to solve the problem. (Their 
docs actually used to say that anything other that table-level locking 
was a bad idea.)
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)   mobile: 512-569-9461



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Why we lost Uber as a user
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Why we lost Uber as a user