PostgreSQL 10 Released
-
-
Very nice.
-
@scottalanmiller Working on a project and we're currently drafting up the details. One of the biggest decisions was whether to go MySQL or PostgreSQL, but I just talked to my partner and the improved query parallelism and Quorum commits may have just swung this super hard.
-
I almost always prefer PostgreSQL, it's just more robust and powerful. And it is screaming fast. I use MariaDB for simple stuff that is built around it, but anything fresh that I need relational data, you can bet I'm using PostgreSQL.
Otherwise, I don't use relational data at all.
-
@scottalanmiller That's the feedback we had been getting from a lot of others who've worked with it as well, so I definitely think we know the route to take.
-
I would agree with this also. Postgres is a very mature and solid product. Unless you have a specific reason to not use it , it would be my first choice