Chapter 9 Flashcards

1
Q

Is it true effects of de-normalization on database performance are unpredictable

A

Yes

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

What should be the logical model normalization level, if de normalization has to be taken

A

3NF

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

What are trade-offs of de-normalization

A

Performance
Ease-of-use
Maintenance
Storage

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

What is formula of sorting

A

O(n log n)

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

Does Horizontal splitting a Divide&Conquer technique

A

Yes

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

Can we reverse Round robin and random splitting

A

No

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

What are hot spots

A

uneven distribution of data

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

Does Range and expression splitting leads to hot spots

A

Yes

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

Which one is cheapest partitioning algorithm

A

Round-robin

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

What is the most common use of range partitioning

A

on date

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