Big Data Flashcards

1
Q

What is Volume (Big Data)?

A

When there is too much data for it to fit on a conventional hard drive or server - data has to be stored over multiple servers - each of which has many hard drives

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

What is Velocity? (Big Data)

A

Data on the server is created and modified rapidly - servers must respond quickly to frequently changing data

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

What is Variety? (Big Data)

A

The data held on the servers contains many different types of data (e.g. Binary Files/Multimedia)

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

What is the most challenging thing about Big Data?

A

The most challenging thing is not the volume, but the structure of big data
Big data is unstructured, so it is difficult to analyse te data.
1) Conventional databases arent suited to strore big data as big data does not conform to a row and column structure
2) Conventional Databases also don’t scale well across multiple servers - as the data must be split across multiple machines, which would have to be all synchronised, which is incredibly difficult

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

How is data extracted? Big Data

A

1) Machine learning techniques are used to discern patterns in the data
2) (E.g. Data from Surveillance Systems)

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

What is fact-based modelling?

A

A way if representing big data
1) Each individual piece of information is stored as a fact. Facts are immutable (they can’t change once created), and can’t be overwitten
2) Stored with each fact is a timestamp, which shows when the info was recorded. Mutliple different values can be held for the same attribute, so timestamps come in to see the most recent one
3) Reduces risk of accidentally losing data due to human error as cannot be overwitten

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