Big Data

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

Last updated 11:21 AM on 5/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards
Big Data
A term describing data sets so large, fast, or varied that traditional RDBMSs cannot handle them efficiently.
2
New cards
The 3 Vs
Volume, Velocity, Variety.
3
New cards
Volume
A characteristic of Big Data describing the quantity of data to be stored.
4
New cards
Velocity
A characteristic of Big Data describing the speed at which data enters the system and the speed at which it must be processed.
5
New cards
Variety
A characteristic of Big Data describing variations in the structure of the data being stored.
6
New cards
Scaling up
Handling data growth by migrating to a more powerful single system (more CPUs, more storage on one machine).
7
New cards
Scaling out
Handling data growth by distributing storage across a cluster of commodity servers; the dominant approach for Big Data.
8
New cards
Why RDBMSs are ill-suited for clusters
Distributing an RDBMS requires heavy communication and coordination among nodes, with significant performance cost.
9
New cards
Stream processing
Processing data as it enters the system to decide what to keep and what to discard before storage (focuses on inputs).
10
New cards
Feedback loop processing
Analyzing stored data to produce actionable results (focuses on outputs).
11
New cards
Structured data
Data that conforms to a predefined data model (e.g., relational tables).
12
New cards
Unstructured data
Data that does not conform to a predefined data model (e.g., images, video, audio).
13
New cards
BLOB (Binary Large Object)
An RDBMS data type for storing unstructured objects as a single atomic value; semantic content is opaque to the DBMS.
14
New cards
Variability
Big Data characteristic where the same data values may have different meanings or interpretations over time.
15
New cards
Veracity
Big Data characteristic regarding the trustworthiness/quality of the data.
16
New cards
Value
Big Data characteristic regarding the degree to which data can provide meaningful insights.
17
New cards
Visualization
The ability to graphically present data in a way that makes it understandable to users.