Hacker News new | ask | show | jobs
by smandou 4828 days ago
The Play app uses MySql in a blocking way, while Nodejs uses mongo. It's not comparable.
2 comments

We have a pull request that changes the Play benchmark (thank you!) so we will be including that in a follow-up soon.

We tested node.js with both Mongo and MySQL. Mongo strikes us the more canonical data-store for node, but wanted to include the MySQL test out of curiosity.

That is bad benchmarking!