Section 12 Chapter 72 - Big Data Flashcards

1
Q

Big Data

A

Data that won’t fit into the usual containers due to its volume, velocity or variety

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Volume of Big Data

A

Too big to fit in a single server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Velocity of Big Data

A

Very short amount of time to respond

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Variety of Big Data

A

Can be structured/unstructured

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why the lack of structure common in Big Data is a problem (2)

A
  • Analysing it is difficult

- Relational databases cannot be used as they require the data to be in a row-column format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How Big Data can be analysed

A

machine learning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why the volume of Big Data is important

A

Relational databases don’t scale well across multiple machines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What programming paradigm is most suited to Big Data

A

Functional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How Big Data can be processed (with regards to volume)

A

Processing is distributed across multiple machines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why functional programming is suited to Big Data (2)

A
  • No side effects (Statelessness)
  • Higher order functions
  • Assignment is forbidden, which makes parallel programming much easier
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Fact based model

A

An alternative to the relational data model. Immutable facts are recorded with timestamps rather than overwritten.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Graph Schema

A

Data is stored as nodes, properties and edges

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Fact (In a fact based model)

A

A single piece of information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly