Hacker News new | ask | show | jobs
by thundergolfer 1824 days ago
Check out Frank McSherry’s COST (Configuration that Outperforms a Single Thread) and see if you are just better off with a single fat machine[1].

1. https://www.usenix.org/system/files/conference/hotos15/hotos...

1 comments

Premise of the article is very true, but the comparison itself is very biased and dishonest.

Graph problems are famously hard to scale horizontally, and represent very small percent of what people use those big data systems for. Especially if you can fit the data in RAM...

Anyway, if you're able to run your workload on a single machine, then definitely do it.

I basically agree with you. Linked COST because of the premise and the upshot of the paper, which is totally valid.