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
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
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
4
Q
What transactions can be used to identify table buffering problems?
A
ST13
ST10