Let’s Talk Your Data, Not Big Data
wired.com
Let’s Talk Your Data, Not Big Data
1–10 of 23 posts
Re: Let’s Talk Your Data, Not Big Data
#2Is a TB really considered Big currently?
Re: Let’s Talk Your Data, Not Big Data
#3"The paper concludes by advising analysts to not go through the Hadoop hoops until your data size passes standard hard drive limits (currently around 1 Terabyte) or at least reasonable memory limits (512 GB)." Is a TB really considered Big currently?
Re: Let’s Talk Your Data, Not Big Data
#4"The paper concludes by advising analysts to not go through the Hadoop hoops until your data size passes standard hard drive limits (currently around 1 Terabyte) or at least reasonable memory limits (512 GB)." Is a TB really considered Big currently?
Re: Let’s Talk Your Data, Not Big Data
#5I was recently in a back-and-forth on twitter about this. Some people argued that "big data" refers to the complexity of the analysis or the value of the insight, rather than the size of the data.
Kaggle CEO Anthony Goldbloom advocated for a definition "too big to fit in an excel spreadsheet."
I advocated for for a definition "large enough that the storage and manipulation becomes part of the challenge (in addition to the analysis).
The phrase has taken on so many definitions as to become meaningless.
Re: Let’s Talk Your Data, Not Big Data
#6"The paper concludes by advising analysts to not go through the Hadoop hoops until your data size passes standard hard drive limits (currently around 1 Terabyte) or at least reasonable memory limits (512 GB)." Is a TB really considered Big currently?
I maintain a database that's over 1TB and Oracle handles it very well. The trick there is understanding that, under absolutely no circumstance should you ever need to do a full table scan, because the table isn't designed for that.
So, I'd argue that a monolithic database is okay even up to 10TB even with slower disks as long as you never need to touch more than 10% of it. If you need to touch 100% of the data 100% of the time, I'd say anything over 100GB is too big for one machine.
The reality is that it just depends. There's times where you're going to want a hadoop cluster even for only 16GB of data, and there's going to be times where a database is going to be fine with 10TB of data.
Re: Let’s Talk Your Data, Not Big Data
#7The wild confusion around "big data" stems in part from the fact that many people use it to mean something unrelated to data size. I was recently in a back-and-forth on twitter about this. Some people argued that "big data" refers to the complexity of the analysis or the value of the insight, rather than the size of the data. Kaggle CEO Anthony Goldbloom advocated for a definition "too big to fit in an excel spreadsh…
"Big data is when the size of the data becomes part of the problem."
Mike Loukides (O'Reilly) mentioned to me that Roger Magoulas (O'Reilly) was the first he heard using that definition.
According to this definition, physicists in the 80's were doing big data.
Re: Let’s Talk Your Data, Not Big Data
#8The wild confusion around "big data" stems in part from the fact that many people use it to mean something unrelated to data size. I was recently in a back-and-forth on twitter about this. Some people argued that "big data" refers to the complexity of the analysis or the value of the insight, rather than the size of the data. Kaggle CEO Anthony Goldbloom advocated for a definition "too big to fit in an excel spreadsh…
Another part of "big data": the ability to gather, clean, and organize it in a normalized way.
Re: Let’s Talk Your Data, Not Big Data
#9The wild confusion around "big data" stems in part from the fact that many people use it to mean something unrelated to data size. I was recently in a back-and-forth on twitter about this. Some people argued that "big data" refers to the complexity of the analysis or the value of the insight, rather than the size of the data. Kaggle CEO Anthony Goldbloom advocated for a definition "too big to fit in an excel spreadsh…
-- Also: [acquisition] (not/just storage). the genius of Google and FB. they [create] massive, usable data sets.
Re: Let’s Talk Your Data, Not Big Data
#10Big data seems like a very similar story to me. It has nothing to do with the size of the data, not even with the complexity of the analysis, it simply means, "a movement that wants to do more with more kinds of data." Nowhere near what big data used to mean, but outside of technical circles, we're beyond the point where that even matters anymore.