Live data from Hacker News

When did Postgres become cool?

crunchydata.com

31–40 of 182 posts

Re: When did Postgres become cool?

#31

When I started using Django 10 years ago during the Django/Rails era, Postgres was by far the most recommended DB to use. Not sure if that was also true in Rails community.

Started using rails 10 years ago, myself. Postgres was by far the most common recommendation. In fact I learned a rule of thumb, early on, that I abide by still today: Always start with postgres and only migrate out once you understand your data well enough to consider the migration a clear win.

Re: When did Postgres become cool?

#32
post #26
post #18

Postgres became cool when the scales fell off peoples eyes and they realized that very few use cases necessitate or even benefit from "NoSQL" databases.

It was way before that - it was when people got fed up with the string handling and implicit type casting stupidity of MySQL

It was excellent and recommended over MySQL before but I agree it became "cool" in the wake of the mongodb/nosql hype->trough of disillusionment transition.

Re: When did Postgres become cool?

#35
post #26
post #18

Postgres became cool when the scales fell off peoples eyes and they realized that very few use cases necessitate or even benefit from "NoSQL" databases.

It was way before that - it was when people got fed up with the string handling and implicit type casting stupidity of MySQL

I think that also came late. It was when Oracle bought Sun. People who needed a drop-in replacement moved to MariaDB, but it was the last straw for people who were creating new projects and sort of hated MySQL anyway. Everybody remembered the other one.

Re: When did Postgres become cool?

#36

I run Postgres since about 2016. I used to run MySQL behind the same frontend app. I barely know anything about Postgres beyond installation for our use case, backup and recover. I used to know loads about obscure MySQL optimization techniques, fixing broken tables, fiddling with scary parameters and recovering from hair raising situations. I like my current state of ignorance.

Running Postgres in production since 2017. Some trivia required, but nothing like priest knowledge needed for MySQL.

I love not having to be trivia king.

Re: When did Postgres become cool?

#37
post #19

When I started using Django 10 years ago during the Django/Rails era, Postgres was by far the most recommended DB to use. Not sure if that was also true in Rails community.

~2011 I remember people religiously recommending postgres over mysql. ~2009 it seemed the go to db was still mysql.

Oracle bought Sun in 2010.

Re: When did Postgres become cool?

#38
I 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 more robust.

So it would seem that working on having a robust inner core first paid off, even if it cost some early reputation.

Post reply on HN