Live data from Hacker News

Scaling to 100M: MySQL Is a Better NoSQL

blog.wix.engineering

181–183 of 183 posts

Re: Scaling to 100M: MySQL Is a Better NoSQL

#183
post #58
post #26

Earlier quoted context omitted.

Based on my experience: MySQL is significantly easier to set up, and it's much easier to admin. PG still seems to do the thing where it assumes your system user is your database user unless you do a bunch of things, and the weird blurred lines between the operating system and the database can get really confusing at the start. On top of that, MySQL is well-documented and lots of people use it for lots of different th…

> On top of that, MySQL is well-documented I seriously disagree with that. Documentation is one of MySQL's weakness, especially compared to PostgreSQL which is known to have one of the best documentation in the open source world.

I think the comment you're replying to might be using "documentation" to mean Stack Overflow.

I really love the PostgreSQL manual.

Post reply on HN