Big Data
Data piled up so high it forces you to change tools
- Big data is records piled up beyond what a person's hands can manage, to the point the tools themselves have to change.
- The bar isn't a number like gigabytes — it's whether one person and one computer can still handle it.
- It's not only about size. How fast it piles up and how mismatched its shapes are matter just as much.
- One record alone is trivial, but tens of millions of them reveal the texture of a whole city in motion.
- Piling up a lot doesn't make data good. Missing people and privacy problems come along with it.
Contents
1The analogy
Tap a transit card and one line gets left behind: which station, what time. Look at just your own record, and it's roughly your commute written down. But across a whole country, tens of millions of taps get logged in a single day.
Once records pile up this high, scrolling through a spreadsheet by eye won't touch it — it won't even open as one file, and it won't fit on one computer. In exchange, something that used to be invisible shows up: which transfer station jams at which hour, where people scatter to after missing the last train. The point where the method of handling it changes, and what you can see changes with it — that's where big data starts.
2In detail
"Big" isn't measured by a number
There's no agreed line like "starting at so many gigabytes" for big data. The bar is relative: the moment your current tools won't open it, and your current methods won't finish computing it, that data is big data right there.
One day's boarding records for a single stop open fine in a spreadsheet program. A month's worth for one line gets a bit heavy. A year's worth for the entire country won't open at all. Same kind of record, but as the amount grows, at some point it crosses the line where you have to switch tools.
So big data describes a relationship between data and tools, more than a property of the data itself. What was too much to handle ten years ago runs on a laptop today. The line itself keeps moving.
Split it up, and split the computing up too
If it doesn't fit on one computer, there's one option: split it across many. Divide national records by region, spread them across several machines, have each one compute only its own share, then gather the results and combine them.
Do this and capacity grows with the number of machines, but new worries come too. If one machine breaks, its share disappears, so the same piece gets duplicated across more than one, and work has to be divided so that moving data between machines doesn't cost more time than the computing itself. Splitting something that would run fine on one machine can actually make it slower, so in practice the first question is whether this data is really large enough to be worth splitting at all.
Speed and shape matter too
Transit card taps are being logged this very second. While yesterday's records are still being organized, today's share piles up just as fast. Waiting until everything's collected before computing means you never catch up, so a separate method is needed: process it continuously, as it streams in.
The shapes don't match either. Card records are a tidy table with clear columns, but the bus location signals and complaint messages used alongside them come in all different formats. Recording methods change over the years too, so old records and recent ones often don't even share the same columns.
That's why talk about big data usually covers volume, speed, and variety together — any one of the three growing on its own is enough to break the tools you already had.
One record is trivial, but together they show texture
A single record carries almost nothing — just the fact that someone boarded at some station on a Tuesday morning. But once tens of millions overlap, things appear that no individual record had: which stretch saturates at which hour, which route people take to transfer on a rainy day.
AI owes a lot of its current strength to exactly this. Showing a machine plenty of examples instead of writing rules by hand only works once the examples are actually plentiful. Once text and images piled up on the internet, and machines could read them in, there were finally enough examples to work with — and that had to arrive alongside enough computing power to actually chew through it all.
A lot piled up isn't the same as well chosen
National transit-card records leave out anyone who doesn't use a card. People who walk, bike, or drive — none of their movement shows up in a single line, no matter how many records pile up. Piling up more doesn't fill in the gap on its own. Stack tens of millions of records that already lean one way, and that lean starts to look like fact — a big number makes people trust it more, which is exactly the danger.
Privacy comes along for the ride too. Once one person's movements are logged long enough, where they live and work shows through even with the name stripped out, which is why this kind of data gets released only in bundled, anonymized form.
3More precisely
Big data is usually explained with three axes: volume, meaning sheer size; velocity, meaning how fast it piles up; and variety, meaning how mismatched its formats are. Some add veracity, whether the values can be trusted, and value, whether it's actually useful, for five axes total. On the processing side, the basic skeleton is distributed processing — storing data split across many machines, breaking the computation into pieces, running each piece where its data lives, and merging the results.
The analogy breaks down in places. Transit-card records are a tidy, well-defined table, far more orderly than most big data actually is; what shows up in practice is usually a mix of formats with errors folded in. And card records get examined only after they've all been collected, while real work usually has to produce results while the data is still pouring in. The term "big data" itself has fallen somewhat out of fashion, too, increasingly replaced by more concrete talk of data pipelines and data platforms — the working methods have outlasted the label, and teams now describe what they actually do instead of reaching for the buzzword.
4Try it yourself
- Embedding Projector (explore embedding space) ailearn.space Spin tens of thousands of points around on one screen — you'll feel why scanning them one at a time doesn't work
- Google Trends External site This graph is built from the world's search history piling up. One search means nothing, but together they reveal seasons and trends
5Common misconceptions
It's easy to think anything over a few terabytes counts as big data, but actually there's no fixed line — the line is wherever your current tools stop coping.
It's easy to think more data means more accurate results, but actually piling up more records that already lean one way just makes that lean bigger.
It's easy to think big data and AI are the same thing, but actually big data is about handling the raw material, and AI is the separate step of learning rules from it.
7One-line summary
In shortBig data is records piled up past what a person's hands can manage, forcing a change in the tools themselves — and in exchange, it reveals texture that was invisible one record at a time.
Spotted an error or have a better analogy? Suggest an edit · Last updated2026-09-02