When MySQL was purchased by Oracle. For a time, MariaDB was the new option, but its commitment to binary compatibility with MySQL made it feel bogged down. Fun fact: Julian Assange contributed code to PostgreSQL a long time ago: https://news.ycombinator.com/item?id=18464671
MariaDB doesn't have a commitment to binary compatibility with MySQL, though. For a time it was marketed as a drop-in replacement, but that has been increasingly untrue for over a decade now.
When did Postgres become cool?
61–70 of 182 posts
Re: When did Postgres become cool?
#62As with anything truly cool, it was cool long before most people noticed. I have been using Postgres on and off since ~7.2 and it has always been amazing. Being known as cool takes time.
Re: When did Postgres become cool?
#63As with anything truly cool, it was cool long before most people noticed. I have been using Postgres on and off since ~7.2 and it has always been amazing. Being known as cool takes time.
Re: When did Postgres become cool?
#64Re: When did Postgres become cool?
#65I thought it was very cool doing fancy joins and reliable procedures but then came the NoSQL era and I nearly forgot about it. Then everyone started to realize that any growing database ends up with complicated relations and lots of applications do not fit non-relational data structures well. Suddenly postgres came up with the json and jsonb types. It was like a fairytale.
So when did it became cool? Around 2016/2017. Why? Good technical decisions and execution.
Re: When did Postgres become cool?
#66Earlier quoted context omitted.
The last straw was when Oracle bought MySQL, and it was forked to MariaSQL. Postgres went from the nerdy awkward kid to the nerdy cool kid, while MySQL started drinking, getting split personalities, and living off his past fame.
> MariaSQL MariaDB.
Re: When did Postgres become cool?
#67Re: When did Postgres become cool?
#68Earlier quoted context omitted.
MariaDB doesn't have a commitment to binary compatibility with MySQL, though. For a time it was marketed as a drop-in replacement, but that has been increasingly untrue for over a decade now.
Aha, I didn't know that. Looks like the marketing worked too well on me! In any case, the lie of drop-in compatibility at least I think led some people to look for alternatives that wouldn't be hampered by Oracle-era MySQL.
Re: When did Postgres become cool?
#69I remember in the early-mid aughts I evaluated Postgres vs MySQL. At the time the conventional wisdom seemed to be that Postgres was focusing more on robustness and MySQL more on functionality. And a lot of people seemed to prefer MySQL because of this. When I looped back around several years later Postgres had started to overcome MySQL. Conventional wisdom then was it was roughly at feature parity with MySQL but mor…
Re: When did Postgres become cool?
#70i used mysql for almost 20 years, since 3.23 and in the last 4 years i am exclusively using postgres (because of the hype and i thought i am missing out), and its not my cup of tea. i just love mysql's hackable storage engine (particularly the new lsmt engines), and i hate toast so much, not to mention the permission system which is so convoluted and it is so easy to shoot yourself in the foot. and of course it does…