UNIT 6 PART 2 Flashcards

1
Q

When should we turn off table buffering?

A

1) If the table is larger than 1mb
2) If the table experiences many invalidations
3) If we have a high number of rows affected

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

When should we buffer a table?

A

1) When table is often access
2) It’s it seldom changes
3) If it’s over 1mb in special cases

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

What happens if a buffered table is updated (changed)?

A

The database is updated and the buffer of the current app server is invalidated

Changes are written to table DD log

The other app servers

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

What transactions can be used to identify table buffering problems?

A

ST13

ST10

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