Submission timeline
2007–2026One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.
First comments on top threads
HN comment orderI've been doing data analysis and machine learning client work for quite some time now and for companies as small as a 3 person startup to advising a department of the Canadian government. Almost always numpy matrix math + cython or C or Java on a single machine is enough. Not always-always; but if you can relax requirements slighly say by accepting a 45 minute lag from new data impacting the total model, or by caching the results of the…
The GraphChi paper from OSDI 2012 made a similar observation: http://select.cs.cmu.edu/publications/paperdir/osdi2012-kyro... From the abstract: "In this work, we present GraphChi, a disk-based system for computing efficiently on graphs with billions of edges. By using a well-known method to break large graphs into small parts, and a novel parallel sliding windows method, GraphChi is able to execute several advanced data mining, graph mining, and machine learning algorithms on very large graphs, using just a…
A flip side of this is that cloud systems can mask performance problems in code by making it seem fast. Badly written code running in a cloud service might seem performant, because those services will magically cover for you by spinning up additional resources. Were the same issues to happen on your own network, you'd be able to address them. Distributed or cloud based systems should be viewed as a tool that can be pulled out to solve specific problems…
I think about this article (and others that came before it) a lot, at least the guidelines given at the end - If you are going to use a big data system for yourself, see if it is faster than your laptop. - If you are going to build a big data system for others, see that it is faster than my laptop. "Faster than your laptop" requires well-written implementation for the laptop, which I wonder - will that be…
The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.
- Breakout years
- 2
- Total points
- 280
- Total comments
- 109
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2015-01-16 | The Cost of Scalability in Graph ProcessingFirst breakout | ms705 | 107 | 30 |
| 2016-06-07 | Scalability, but at what cost? (2015)Best thread · Latest 20+ point return | r-u-serious | 165 | 77 |
| 2018-07-10 | Scalability but at what COST? (2015) | mmt | 1 | 0 |
| 2018-08-08 | Scalability but at what COST? | onuralp | 1 | 0 |
| 2020-07-24 | Scalability but at What Cost? (2015) | benhoyt | 2 | 1 |
| 2025-01-29 | Scalability but at What Cost? | jasonthorsness | 1 | 1 |
| 2026-01-23 | Scalability but at What Cost? (2015) | tosh | 3 | 0 |
