3.11 Big Data Flashcards

1
Q

Big Data meaning

A

describes data whose volume is too large to fit on a single server and is generally unstructured

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

three defining features of big data

A

volume, velocity, variety

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

volume big data

A

there is too much data for it to fit on a conventional hard drive or server, stored over multiple servers composed of many hard drives

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

velocity big data

A

data is created and modified rapidly within milliseconds

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

variety big data

A

data held consists of many different types of data

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

big data’s biggest challenge

A

lack of structure, makes it difficult to analyse data as databases are not suited to store it all, to extract useful info machine learning techniques must be used to find patterns in data, data is distributed across several servers

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

functional programming and Big Data

A

solves problem of processing data over multiple machines, functional programs are stateless and make use of immutable data structures (state can not change after creation), makes it easy to write correct, efficient, distributed code

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

fact-based model

A

each piece of information is stored as a fact, facts are immutable and can not be overwritten, stored with a timestamp to show the most recent, reduces risk of losing data accidentally, appends new data

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